@font-face{
    font-family:ApfelGrotezk-Regular;
    src: url(ApfelGrotezk-Regular.otf);
}
@font-face{
    font-family: SourceCodePro-VariableFont;
    src: url(SourceCodePro-VariableFont_wght.ttf);
} 



body {
    font-family: sans-serif;
    margin: 40px;
    line-height: 1.6;
    color: #222;
    justify-content: center;
    padding: 4opx;
}


h1 {
    font-family:ApfelGrotezk-Regular;
    font-size: 64px;
    margin: 0;
    margin-bottom: 50px;
}

span{
    font-family: SourceCodePro-VariableFont;
    font-size: 60px;
    font-weight: 10;
    color: #8a2c1c; 
    font-style: italic;
    margin-left: 4px;
}

h2{
    font-family: SourceCodePro-VariableFont;
    font-weight: 599;
    font-size: 17.5px;
    margin-bottom: -19px;
    margin-top: 41px;
}
h3 {
    font-family: ApfelGrotezk-Regular;
    color: #8a2c1c;
    font-size: 17px;
    font-weight: 66;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
}

p {
    font-family: ApfelGrotezk-Regular;
    font-size: 15px;
    max-width: 500px;
    margin-bottom: 50px;
}

.container{
    width: 70%;
    max-width:600px;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    height: 100vh;
}

strong{
    font-weight: 3500;
}