@font-face {
  font-family: Malini;
  src: url('/staticAssets/fonts/Malini/Malini-VF.woff2') format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-optical-sizing: auto;
  font-style: oblique 0deg 12deg;
  unicode-range: U+0000, U+0020-007E, U+00A0-00A3, U+00A5-00B1,  U+00B4-00B8, U+00BA-00BB, U+00BF-0113, U+0116-012B, U+012E-0133,   U+0135-0137, U+0139-013E, U+0141-0148, U+014A-014D, U+0150-0161,  U+0164-0165, U+0168-017E, U+01CD-01CE, U+01F0, U+0218-021B, U+0237,   U+02BB, U+02C6-02C7, U+02D8-02DD, U+0300-0304, U+0306-0308,   U+030A-030C, U+0312, U+0326-0328, U+03A9, U+03C0, U+0951-0952,  U+0D00-0D0C, U+0D0E-0D10, U+0D12-0D44, U+0D46-0D48, U+0D4A-0D4F,   U+0D54-0D63, U+0D66-0D7F, U+1E80-1E85, U+1E9E, U+1EF2-1EF3,   U+200C-200D, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026,   U+2039-203A, U+2044, U+20A9, U+20AC, U+20B9, U+2122, U+2212, U+25CC,   U+2E42;}

  .malini {
  font-family: "Malini", sans-serif; 
}
/*Article Category*/
.malini-cat {
  font-family: 'Malini';
  font-weight: 200;
  font-stretch: 105%;
  font-optical-sizing: auto;
  line-height: 1.2;
  text-indent: 0;
}
/*Article intro title on /artilcle/index.html*/
.malini-intro-title {
  font-family: 'Malini';
  font-weight: 700;
  font-stretch: 95% !important;
  font-optical-sizing: auto;
  line-height: 1.3;
}
/*Article intro on /artilcle/index.html*/
.malini-intro {
  font-family: 'Malini';
  font-weight: 300;
  font-stretch: 110%;
  font-optical-sizing: auto;
  line-height: 1.4 !important;
  text-indent: 0;
}

/*Title for Articles*/
.malini-title  {
  font-family: 'Malini';
  font-weight: 500;
  font-stretch: 90%;
  font-optical-sizing: auto;
  line-height: 1.2;
}
.kicker-malini {
  font-family: 'Malini';
  font-weight: 100;
  font-stretch:  105%;
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 20px 0 45px 0;
  text-indent: 0rem;
}
/*Body TXT for articles */
.malini-body {
  font-family: 'Malini';
  font-weight: 300;
  font-stretch:  95%;
  font-optical-sizing: auto;
  line-height: 1.45 !important;
  text-indent: 0;
}
.quotation-mal {
  font-family: 'Malini';
  font-weight: 300;
  font-stretch:  95%;
  font-optical-sizing: auto;
  line-height: 1.4 !important;
  text-indent: 0;
  }
.malini-pullquote { 
  font-family: 'Malini';
  font-weight: 170;
  font-stretch: 110%;
  font-optical-sizing: auto;
  line-height: 1.5;
  max-width: 600px;
  text-align: center !important;
  margin: 40px 0 40px 0;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 1rem 1rem 1rem 1rem;  
}
.malini-subtitle {
  font-family: 'Malini';
  font-weight: 200;
  font-stretch: 90%;
  font-optical-sizing: auto;
  line-height: 1.2;
  text-indent: 0;
}
/*h2 - h6*/
.malini-subheading {
  font-family: 'Malini';
  font-weight: 700;
  font-stretch: 95%;
  font-optical-sizing: auto;
  line-height: 1.2;
}



