@font-face {
    font-display: swap;
    font-family: 'Now';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/Now-Thin.woff2') format('woff2');
}
/* now-light - latin */
@font-face {
    font-display: swap;
    font-family: 'Now';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Now-Light.woff2') format('woff2');
}
/* now-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Now';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Now-Regular.woff2') format('woff2');
}
/* now-medium - latin */
@font-face {
    font-display: swap;
    font-family: 'Now';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/Now-Medium.woff2') format('woff2');
}
/* now-bold - latin */
@font-face {
    font-display: swap;
    font-family: 'Now';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Now-Bold.woff2') format('woff2');
}
/* now-black - latin */
@font-face {
    font-display: swap;
    font-family: 'Now';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/Now-Black.woff2') format('woff2');
}
