@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Manrope:wght@300;500;600;700&display=swap&subset=cyrillic,cyrillic-ext,latin,latin-ext");

:root {
  --ember-font-heading: "Manrope", "Inter", "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ember-font-body: "Inter", "Manrope", "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ember-text-primary: var(--primary);
  --ember-text-secondary: var(--neutral-600);
  --ember-text-secondary-dark: var(--neutral-300);
}

html,
body {
  font-family: var(--ember-font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ember-text-primary);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
p,
li,
input,
textarea,
select,
button,
.text,
.text-body-1,
.text-body-2,
.text-body-3,
.text-caption,
.heading-sub,
.accordion-content,
.form-control,
.wpcf7-form-control,
.contact-item .text,
.review-box .desc,
.box-quotes .desc,
.section-hero .text,
.section-services p,
.section-services .accordion-content .text,
.featured-works-item .grid-text,
.process-card .text,
.benefits-box p,
.features-item p {
  font-family: var(--ember-font-body);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-title,
.section-hero .title,
.accordion-title,
.featured-works-item .heading,
.process-card .title,
.benefits-box .title,
.features-item .title,
.form-contact .heading,
.section-contact .heading-title {
  font-family: var(--ember-font-heading);
  font-weight: 700;
  letter-spacing: 0;
}

.section-hero .title,
.section-hero .title span,
.text-display-2 {
  font-family: var(--ember-font-heading);
  font-weight: 700 !important;
  font-size: 82px;
  line-height: 0.98;
  letter-spacing: 0;
}

.heading-section .heading-title,
.section-contact .heading-title {
  font-family: var(--ember-font-heading);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: 0;
}

h1,
.h1 {
  font-family: var(--ember-font-heading);
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
}

h2,
.h2 {
  font-family: var(--ember-font-heading);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
}

h3,
.h3 {
  font-family: var(--ember-font-heading);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.08;
}

h4,
.h4,
.accordion-title,
.featured-works-item .heading,
.process-card .title {
  font-family: var(--ember-font-heading);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
}

h5,
.h5,
h6,
.h6,
.benefits-box .title,
.features-item .title,
.form-contact .heading {
  font-family: var(--ember-font-heading);
  font-weight: 600;
  line-height: 1.15;
}

.text-body-1 {
  font-size: 18px;
  line-height: 1.6;
}

.text-body-2 {
  font-size: 16px;
  line-height: 1.55;
}

.text-body-3,
.text-caption {
  font-size: 14px;
  line-height: 1.5;
}

p,
.section-hero .text,
.section-services p,
.benefits-box p,
.features-item p,
.process-card .text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.text-secondary,
.section-hero .text,
.section-services p,
.accordion-content .text,
.process-card .text,
.benefits-box p,
.features-item p {
  color: var(--ember-text-secondary) !important;
}

.section-hero,
.section-benefits,
.section-contact,
footer {
  --ember-text-secondary: var(--ember-text-secondary-dark);
}

.heading-sub,
.section-hero .sub,
.scroll-more,
.featured-works-item .grid-text .title,
.process-card .time,
.contact-item .title,
label {
  font-family: var(--ember-font-body);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}

.nav-menu-main .item-link,
.mobile-nav-menu a,
.footer-links a {
  font-family: var(--ember-font-body);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
}

.tf-btn,
.tf-btn-2,
.tf-btn-tab,
button,
input[type="submit"],
.wpcf7-submit {
  font-family: var(--ember-font-body);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.section-about-us .heading-title {
  max-width: 980px;
}

.section-about-us .col-left .sub,
.section-about-us .review-box .desc,
.section-about-us .box-quotes .desc {
  font-size: 19px;
  line-height: 1.65;
}

.section-services .accordion-title {
  font-size: 31px;
}

.section-services .accordion-content .text {
  font-size: 17px;
  line-height: 1.58;
}

.features-item .title,
.benefits-box .title {
  font-size: 25px;
}

.form-control,
.wpcf7-form-control {
  font-family: var(--ember-font-body);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .section-hero .title,
  .section-hero .title span,
  .text-display-2 {
    font-size: 64px;
    line-height: 1;
  }

  .heading-section .heading-title,
  .section-contact .heading-title {
    font-size: 48px;
    line-height: 1.05;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    line-height: 1.58;
  }

  .section-hero .title,
  .section-hero .title span,
  .text-display-2 {
    font-size: 46px;
    line-height: 1;
  }

  .heading-section .heading-title,
  .section-contact .heading-title {
    font-size: 36px;
    line-height: 1.08;
  }

  h1,
  .h1 {
    font-size: 46px;
    line-height: 1;
  }

  h2,
  .h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 1.1;
  }

  h4,
  .h4,
  .accordion-title,
  .featured-works-item .heading,
  .process-card .title {
    font-size: 26px;
    line-height: 1.15;
  }

  p,
  .section-hero .text,
  .section-services p,
  .benefits-box p,
  .features-item p,
  .process-card .text {
    font-size: 16px;
    line-height: 1.6;
  }

  .heading-sub,
  .section-hero .sub,
  .scroll-more,
  .featured-works-item .grid-text .title,
  .process-card .time,
  .contact-item .title,
  label {
    font-size: 14px;
  }
}
