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;
}
#primary {
  
}
.site-main {
    padding-top: 10rem;    
}

.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;
}

.single-post .section p, .single-post .section ul li {
    font-size : 1.6rem;
}

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

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

.min-vh-50 {
    min-height : calc((100vh - 10rem) / 2);
}

.mt-10 {
    margin-top : 10rem;
}

.ls-1 {
    letter-spacing : 1px;
}

.pfs-1 {
    font-family : 'EuropeExtendedC';
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing : 2px;
    text-transform: uppercase;
}

.pfs-2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing : 0.72px;   
}

.pfs-3, .section .pfs-3, .section .pfs-3 p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-top : 1.6rem;
}

.pfs-4 {
     font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing : 1.08px;    
}

.smt-7 {
    margin-top : 7rem;
}

.smb-7 {
    margin-bottom : 7rem;
}

.gray-light {
    background : #f0f0f0;
}
