@font-face{
    font-family: "Oswald";
    src: url("Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face{
    font-family: "Manrope";
    src: url("Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

h1{
    font-family: "Oswald";
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: #3e3e3e;
    font-size: 1.25rem;
}

h2{
    margin-top: 3.125rem;
    font-family: "Oswald";
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-size: 1.875rem;
    margin-bottom: 1.5625rem;
    color: #e9e9e9;
}

body{
    background-color: #1f1e1f;
    color: #ededed;
}

strong{
    font-weight: 900;
}

p{
    font-family: manrope;
    margin-bottom: 5.625rem;
    font-size: 0.875rem;
    color: #dadada;
    word-spacing: 2px;
}

p:nth-child(8),
p:nth-child(4){
    margin-bottom: 1.25rem;
    }
p:nth-child(12){
    margin-bottom: 7.5rem;
    
}

time{
   color: #8a48aa; 
    font-family: monospace;
}

p,h1,h2,time{
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}