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

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

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

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