@import url('https://fonts.googleapis.com/css2?family=Jomolhari&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --primary-font: "Jomolhari", serif;
  --secondary-font: "Poppins", sans-serif;
  /* --Neue-Roman: "NeueHaasDisplayRoman";
  --Neue-RomanItalic: "NeueHaasDisplayRomanItalic";
  --Neue-Medium:"NeueHaasGroteskDisplaymediu";
  --Technor-Medium:"Technor-Medium"; */
}

/* @font-face {
  font-family: "Dawn";
  src: url("../Fonts/dawn/Dawn.ttf");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family:"Technor-Medium" ;
  src: url(../fonts/technor/Technor-Medium.woff);
} */
.primary_font {
  font-family: var(--primary-font);
  font-style: normal;
}
.secondary_font{
  font-family: var(--secondary-font);
  font-style: normal;
}

.poppins-italic {
  font-family: var(--secondary-font);
  font-style: italic;
}

.font__light {
  font-weight: 300;
}

.fw__reg {
  font-weight: 400;
}
.fw__med {
  font-weight: 500;
}
.fw__semiBold {
  font-weight: 600;
}
.fw__bold {
  font-weight: 700;
}
.fw__extrabold {
  font-weight: 900;
}
.fw__thin {
  font-weight: 100;
}

.level-1 {
  font-size: 45px;
}
.level-2 {
  font-size: 35px;
}
.level-3 {
  font-size: 25px;
}
.level-4 {
  font-size: 20px;
}
.level-5 {
  font-size: 18px;
}

.level-6 {
  font-size: 15px;
}
.level-7 {
  font-size: 12px;
}
.level-8 {
  font-size: 10px;
}
.level-9 {
  font-size: 9px;
}


@media (max-width: 1200px) {
  .level-1 {
    font-size: 40px;
  }
  .level-2 {
    font-size: 30px;
  }
  .level-3 {
    font-size: 20px;
  }
  .level-4 {
    font-size: 18px;
  }
  .level-5 {
    font-size: 16px;
  }
  .level-6 {
    font-size: 14px;
  }


  
}

@media (max-width: 991px) {
  .level-1 {
    font-size: 35px;
  }
  .level-2 {
    font-size: 25px;
  }
  .level-3 {
    font-size: 18px;
  }
  .level-4 {
    font-size: 15px;
  }
  .level-7 {
    font-size: 9px;
  }
  .level-6 {
    font-size: 12px;
  }

}

@media (max-width: 768px) {
  .level-1 {
    font-size: 30px;
  }
  .level-2 {
    font-size: 21px;
  }
  .level-3 {
    font-size: 14px;
  }
  .level-4 {
    font-size: 12px;
  }
  .level-5 {
    font-size: 11px;
  }
  .level-6 {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .level-1 {
    font-size: 25px;
  }
  .level-2 {
    font-size: 20px;
  }
  .level-3 {
    font-size: 15px;
  }
  .level-4 {
    font-size: 10px;
  }
}
