/* Cabinet Grotesk – Thin */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – ExtraLight */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – Light */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – Regular */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – Medium */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – Bold */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – ExtraBold */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Cabinet Grotesk – Black */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('./CabinetGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}