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

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

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

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