* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    color: var(--primary-color);
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}

h1{
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

h2{
    font-size: 2rem;
    margin-bottom: 5rem;
    text-transform: uppercase;
    line-height: 1.2;    
}

h3{
    font-size: 1.5rem;
}

h4{
    font-size: 1rem;
}

h5{
    font-size: 0.5rem;
}

h6{
    font-size: 0.3rem;
}

a{
    text-decoration: none;
}

p{
    margin-bottom: 3rem;
    font-size: 2rem;
}