/* FK Grotesk Trial Font Family */
@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/FK Grotesk Trial/FKGroteskTrial-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/FK Grotesk Trial/FKGroteskTrial-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/FK Grotesk Trial/FKGroteskTrial-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/FK Grotesk Trial/FKGroteskTrial-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* FK Raster Grotesk Trial Font Family */
@font-face {
    font-family: 'FK Raster Grotesk';
    src: url('../fonts/FK Raster Grotesk Trial/FKRasterGroteskTrial-Sharp.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Raster Grotesk';
    src: url('../fonts/FK Raster Grotesk Trial/FKRasterGroteskTrial-Blended.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Raster Grotesk';
    src: url('../fonts/FK Raster Grotesk Trial/FKRasterGroteskTrial-Smooth.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Raster Grotesk Compact';
    src: url('../fonts/FK Raster Grotesk Trial/FKRasterGroteskCompactTrial-Sharp.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font Variables */
:root {
    --font-primary: 'FK Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    --font-display: 'FK Raster Grotesk', 'FK Raster Grotesk Compact', var(--font-primary);
}
