/* --------------- Font declarations --------------- */
/* Book / Regular */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Roman (alias) */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


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


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


/* Medium */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


/* SemiBold */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* Bold */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* ExtraBold / Black */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* Book Italic / Italic fallback */
@font-face {
    font-family: 'Overused Grotesk';
    src: url('../OverusedGrotesk-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}