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

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

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

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

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

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

h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5rem;
    margin: 3rem 0;
    text-transform: uppercase;
}

h4 {
    font-size: 2.5rem
}

h5 {
    font-size: 2rem
}

h6 {
    font-size: 1.0rem
}

a {
    text-decoration: none;
    
}