* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Sansation';
}


h1 {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sansation';
}

h2 {
    font-size: 6rem;
    margin-bottom: 5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

h3 {
    font-family: 'Inter';
    font-size: 3rem;
}

h4 {
    font-family: 'Inter';
    font-size: 1.3rem;
}

a {
    text-decoration: none;
}
