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

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