/* Optional import from SMC; currently linked to self-hosted fonts
@import url('https://smc.org.in/fonts/manjari.css');
@import url('https://smc.org.in/fonts/dyuthi.css');
@import url('https://smc.org.in/fonts/keraleeyam.css');
@import url('https://smc.org.in/fonts/chilanka.css');*/

@font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/staticAssets/fonts/Manjari/Manjari-Regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C- U+200D, U+25CC;
}

/* Manjari Bold*/
@font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/staticAssets/fonts/Manjari/Manjari-Bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C- U+200D, U+25CC;
}
/* Manjari Thin*/
@font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(/staticAssets/fonts/Manjari/Manjari-Thin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C- U+200D, U+25CC;
}

.manjari {
  font-family: "Manjari", sans-serif;
}
.manjari-100 {
  font-family: "Manjari", sans-serif;
  font-weight: 100;
}
.manjari-400 {
  font-family: "Manjari", sans-serif;
  font-weight: 400;
}
.manjari-700 {
  font-family: "Manjari", sans-serif;
  font-weight: 700;
}
