@font-face {
    font-family: 'Switzer';
    /* Give the font family a name */
    src: url('../../assets/fonts/Switzer-Light.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;/
}

@font-face {
    font-family: 'Switzer';
    /* Give the font family a name */
    src: url('../../assets/fonts/Switzer-Regular.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;/
}

/* Definition for the BOLD font weight */
@font-face {
    font-family: 'Switzer';
    /* Use the SAME family name */
    src: url('../../assets/fonts/Switzer-Bold.otf') format('otf');
    font-weight: 700;
    /* 700 = bold */
    font-style: normal;
    font-display: swap;
}

/* Definition for the ITALIC font style */
@font-face {
    font-family: 'Switzer';
    /* Use the SAME family name */
    src: url('../../assets/fonts/Switzer-Italic.otf') format('otf');
    font-weight: 400;
    /* This is a regular-weight italic */
    font-style: italic;
    font-display: swap;
}