html {
    font-size: 10px;
    color : var(--gray-main);
}
        
body {
    margin: 0;
    font-family: "Inter";
}

h1, .h1 {
    font-family : 'EuropeExtendedC';
    font-size : 4.8rem;
    font-weight : 700;
    line-height : 1.2;
    text-transform : uppercase;
    letter-spacing : 0.04em;
}

h2, .h2 {
    font-family : 'Inter';
    font-size : 2.2rem;
    font-weight : 400;
    line-height : 1.4;
    text-transform : uppercase;
    letter-spacing : 1.76px;
}

.site-main {
    padding-top: 20.6rem;    
}

.site-content {
    width : 128rem;
    margin : 0 auto;
}
.section {
    padding-bottom : 0;
}

.section ul {
    margin-top : -1rem;
}
.section p, .section ul li {
    font-family : Inter;
    font-size : 2.2rem;
    font-weight : 300;
    line-height : 1.5;
    letter-spacing : 0.28px;
}

.section .wrapper {
    margin-bottom : 2rem;
}

.divider {
    border-bottom : 1px solid var(--gray-main);
    margin : 7.5rem 0;
}


