@font-face {
    font-family: 'Author';
    src: url('../fonts/Author-Medium.woff2') format('woff2'),
        url('../fonts/Author-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Author';
    src: url('../fonts/Author-Semibold.woff2') format('woff2'),
        url('../fonts/Author-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: bold;
    font-display: block;
}