
/***** Structure *****/
#archive header {
    margin-bottom: 20px;
}
#archive header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/***** Content *****/
#archive header h1 {
    font-family: 'title-font';
    font-size: 3.5em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}
#archive header p {
    max-width: 60%;
}
#archive header p {
    font-family: 'content-font';
    font-size: 14px;
    line-height: 22px;
    color: #000;
}