@font-face {
    font-display: swap; 
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 300;
    src: url('./Switzer-Light.otf') format('opentype'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    src: url('./Switzer-Regular.otf') format('opentype'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    src: url('./Switzer-Medium.otf') format('opentype'); 
}