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

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

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

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

