@font-face {
    font-family: 'Early Sans';
    src: url('../fonts/earlysans-regular.woff2') format('woff2'),
         url('../fonts/earlysans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Early Sans';
    src: url('../fonts/earlysans-bold.woff2') format('woff2'),
         url('../fonts/earlysans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Late Serif';
    src: url('../fonts/lateserif-regular.woff2') format('woff2'),
         url('../fonts/lateserif-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Late Serif';
    src: url('../fonts/lateserif-italic.woff2') format('woff2'),
         url('../fonts/lateserif-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Late Serif';
    src: url('../fonts/lateserif-bold.woff2') format('woff2'),
         url('../fonts/lateserif-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}