/*@font-face{
    font-family: sf-pro;
    src: url("fonts/SF-Pro-Text-Regular.otf");
    font-weight: 400;
}
@font-face{
    font-family: sf-pro;
    src: url("fonts/SF-Pro-Text-Light.otf");
    font-weight: 300;
}
@font-face{
    font-family: sf-pro;
    src: url("fonts/SF-Pro-Text-Semibold.otf");
    font-weight: 500;
}
@font-face{
    font-family: sf-pro;
    src: url("fonts/SF-Pro-Display-Heavy.otf");
    font-weight: 600;
}
    */
@font-face{
    font-family: inter;
    src: url("/fonts/Inter.ttf");
}
@font-face{
    font-family: sunday-morning;
    src: url("/fonts/sunday-morning.otf");
}
@font-face{
    font-family: poxast;
    src: url("/fonts/Poxast.ttf");
}


h1{margin: 0; font-family: inter; font-weight: 500;font-size: 35px;}
h2{margin: 0; font-family: inter; font-weight: 500;font-size: 30px;}
h3{margin: 0; font-family: inter; font-weight: 500;font-size: 25px;}
p{margin: 0; font-family: inter; font-weight: 400;font-size: 20px;}

@media(max-width: 770px){ /* Mobile Styling*/
    h1{margin: 0; font-family: inter; font-weight: 500;font-size: 70px;}
    h2{margin: 0; font-family: inter; font-weight: 500;font-size: 60px;}
    h3{margin: 0; font-family: inter; font-weight: 500;font-size: 50px;}
    p{margin: 0; font-family: inter; font-weight: 400;font-size: 40px;}
}