@font-face {
    font-family: 'circular-light ';
    src: url('circularstd-bold-webfont.woff2') format('woff2'),
        url('circularstd-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'circular-light';
    src: url('circular-std-medium-500-webfont.woff2') format('woff2'),
        url('circular-std-medium-500-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'circular-light';
    src: url('circularstd-light-webfont.woff2') format('woff2'),
        url('circularstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}