/* Signifier Thin */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Signifier ExtraLight */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-ExtralightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Signifier Light */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Signifier Regular */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Signifier Medium */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Signifier Bold */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Signifier Black */
@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier';
    src: url('/assets/fonts/Signifier-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
