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

@font-face {
    font-family: 'Arboria';
    src: url('Arboria-Light.woff2') format('woff2'),
        url('Arboria-Light.woff') format('woff');
    font-weight: 300;
    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;
}

