/* ==========================================================
   MYJAT Typography
========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Noto+Serif+Devanagari:wght@400;500;600;700&display=swap');

body{
font-family:'Noto Serif Devanagari',serif;
font-size:16px;
line-height:1.25;


}

h1,h2,h3,h4,h5,h6{
font-family:'Noto Serif Devanagari',serif;
margin:0;
line-height:1.25;
}

h1{font-size:42px;}
h2{font-size:34px;}
h3{font-size:28px;}
h4{font-size:22px;}
h5{font-size:18px;}
h6{font-size:16px;}


a{
   text-decoration: none;
}


/* ==========================================================
   Universal Text Clarity
========================================================== */

h1,h2,h3,h4,h5,h6,span,a,nav,p,i,li,strong,em,a,blockquote{
   text-shadow:
      1px 1px 0 #ddd,
      2px 2px 2px rgba(0, 0, 0, .25);
   color: black;


}