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

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

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

@font-face {
    font-family: 'Athena Book';
    src: url('Athena-BookItalic.woff2') format('woff2'),
        url('Athena-BookItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

