/* Override the font family to use FunktionalGrotesk */
:root {
  --font-family: 'FunktionalGrotesk', 'Inter', sans-serif;
}

/* Light */
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Book */
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-Book.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-BookItalic.woff2') format('woff2');
  font-weight: 350;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FunktionalGrotesk';
  src: url('./FunktionalGrotesk-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Inter (fallback family) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
