/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Solid Resources
Version: 1.0
Description: A child theme for Hello Elementor.
*/

/* Add your custom styles below this line */


@font-face {
  font-family: 'Open Sans';
  src: url('./assets/fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./assets/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./assets/fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./assets/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Base Font Family === */
body, h1, h2, h3, h4, h5, p {
  font-family: 'Open Sans';
  margin: 0 !important;
  padding: 0 !important;
}

/* === Headings === */
h1 {
  font-size: 84px;
  line-height: 84px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

/* === Body Text === */
/* .body-1, p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.body-2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
} */

/* === Responsive Typography === */
@media (max-width: 1366px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 810px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 21px;
    line-height: 26px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    font-size: 14px;
    line-height: 16px;
  }

/*   .body-1, p {
    font-size: 14px;
    line-height: 18px;
  } */

  .body-2 {
    font-size: 14px;
    line-height: 18px;
  }
}

