/* LIGHT */
@font-face {
    font-family: 'nimbus-sans';
    src: url('./NimbusSansW05-Light.woff') format('woff'), url('./NimbusSansW05-Light.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

/* LIGHT ITALIC*/
@font-face {
    font-family: 'nimbus-sans';
    src: url('./NimbusSansW05-LightItalic.woff') format('woff'), url('./NimbusSansW05-LightItalic.woff2') format('woff2');
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
}

/* REGULAR */
@font-face {
    font-family: 'nimbus-sans';
    src: url('./NimbusSansW05-Regular.woff') format('woff'), url('./NimbusSansW05-Regular.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

/* REGULAR ITALIC*/
@font-face {
    font-family: 'nimbus-sans';
    src: url('./NimbusSansW05-RegularItalic.woff') format('woff'), url('./NimbusSansW05-RegularItalic.woff2') format('woff2');
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

/* BOLD */
@font-face {
    font-family: 'nimbus-sans';
    src: url('./NimbusSansW05-Bold.woff') format('woff'), url('./NimbusSansW05-Bold.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
