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

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

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

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

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

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

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

