@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&family=Kanit:wght@600&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    color:#212529;
    font-size:20px;
}

footer h1, footer h2, footer h3, footer h5, header{
    font-family: 'Kanit', sans-serif;
}

footer h5{
    font-size:1.5em
}

h1{
    font-family:'Archivo Black', sans-serif;
    font-size:2.5em
}

