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

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

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

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

@font-face {
    font-weight: 600;
    font-family: 'Work Sans';
    font-style: normal;
    src: url('./fonts/WorkSans-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-family: 'Work Sans';
    font-style: normal;
    src: url('./fonts/WorkSans-Medium.woff2') format('woff2');
    font-display: swap;
}

html {
    font-family: 'Switzer', sans-serif !important;
}
