@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;900&display=swap');

h1,h2,h3,h4,h5,h6{
   font-family: 'Akshar', sans-serif;
}
a, span{
    font-family: 'Inter', sans-serif;
}
p{
    font-family: 'Inter', sans-serif;
}
