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

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

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

