@font-face {
    font-family: 'Author Bold';
    src: url('Author-Bold.woff2') format('woff2'),
        url('Author-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author Extralight';
    src: url('Author-Extralight.woff2') format('woff2'),
        url('Author-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author Light';
    src: url('Author-Light.woff2') format('woff2'),
        url('Author-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Author Regular';
    src: url('Author-Regular.woff2') format('woff2'),
        url('Author-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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