html {
    font-family: Inter;
    font-size: 16px;
}

body {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.15;
    color: var(--mycolor-black, black);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif ;
}

h1, h2, h3{
    font-family: 'Shrikhand', Arial, Helvetica, sans-serif ;
}