@font-face {
    font-family: 'Neutraface';
    src: url('./resources/NeutrafaceText-Book.eot');
    src: url('./resources/NeutrafaceText-Book.eot?#iefix') format('embedded-opentype'),
        url('./resources/NeutrafaceText-Book.woff2') format('woff2'),
        url('./resources/NeutrafaceText-Book.woff') format('woff'),
        url('./resources/NeutrafaceText-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutraface';
    src: url('./resources/NeutrafaceText-Demi.eot');
    src: url('./resources/NeutrafaceText-Demi.eot?#iefix') format('embedded-opentype'),
        url('./resources/NeutrafaceText-Demi.woff2') format('woff2'),
        url('./resources/NeutrafaceText-Demi.woff') format('woff'),
        url('./resources/NeutrafaceText-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

