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

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

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

