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

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

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

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

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

