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

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

@font-face {
    font-family: 'Eras Light ITC';
    src: url('ErasITC-Light.woff2') format('woff2'),
        url('ErasITC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

