@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Kalimati";
  src: url("/assets/fonts/kalimati.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.open-sans-rwfsrtyaavb88827728wh {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

:root {
  --theme-1:#8b0000;
  --theme-2:#255cc0;
  --theme-3:#000;
  --theme-3:#00be57;
  --clr-theme:var(--theme-1);
  --clr-theme2:#5c92ff;
  --clr-theme-lite:#f1f6ff;
  --clr-highlight:red;
  --clr-highlight-lite:#FFEFF0;
  --clr-light:#fff;
  --clr-dark:#434343;
  --clr-light-dark:#e4e4e4;
  --clr-shuttle-light:#f4f4f4;
  --clr-main-background:#fff;
  --br-xs:2px;
  --br-s:4px;
  --br-m:8px;
  --br-l:12px;
  --br-xl:16px;
  --br-xxl:18px;
  --p-sm:8px;
  --fs-xxs:9px;
  --fs-xs:10px;
  --fs-s:13px;
  --fs-m:16px;
  --fs-l:18px;
  --fs-xl:24px;
  --fs-xxl:32px;
  --fs-xxxl:48px;
  --font-size-base: 1rem; /* 16px */
  --font-size-h1: 2.25rem; /* 36px */
  --font-size-h2: 1.875rem; /* 30px */
  --font-size-h3: 1.5rem; /* 24px */
  --font-size-h4: 1.25rem; /* 20px */
  --font-size-h5: 1rem; /* 16px */
  --font-size-h6: 0.875rem; /* 14px */
  --font-size-p: 1rem; /* 16px */
  --ff-np:"Kalimati", sans-serif;
  --ff-en: "Open Sans", serif;
  --fw-lt:300;
  --fw-r:400;
  --fw-md:500;
  --fw-b:600;
  --fw-xb:700;
}

@media (max-width: 600px) {
  :root {
    --font-size-base: 0.875rem; /* 14px */
    --font-size-h1: 1.75rem; /* 28px */
    --font-size-h2: 1.5rem; /* 24px */
    --font-size-h3: 1.25rem; /* 20px */
    --font-size-h4: 1.125rem; /* 18px */
    --font-size-h5: 0.875rem; /* 14px */
    --font-size-h6: 0.75rem; /* 12px */
    --font-size-p: 0.875rem; /* 14px */
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  :root {
    --font-size-base: 0.9375rem; /* 15px */
    --font-size-h1: 2rem; /* 32px */
    --font-size-h2: 1.75rem; /* 28px */
    --font-size-h3: 1.5rem; /* 24px */
    --font-size-h4: 1.25rem; /* 20px */
    --font-size-h5: 1rem; /* 16px */
    --font-size-h6: 0.875rem; /* 14px */
    --font-size-p: 0.9375rem; /* 15px */
  }
}
body {
  font-size: var(--font-size-base);
  font-family: var(--ff-en);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

p, li, a {
  font-size: var(--font-size-p);
}/*# sourceMappingURL=root.css.map */