/* Brainwashers Custom Fonts */

/* Dortmund Font - ExtraBold for all weights */
@font-face {
  font-family: "Dortmund";
  src: url("/brainwashers/fonts/dortmund/Dortmund-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* League Spartan Variable Font */
@font-face {
  font-family: "League Spartan";
  src: url("/brainwashers/fonts/league-spartan/LeagueSpartan-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Oswald Variable Font */
@font-face {
  font-family: "Oswald";
  src: url("/brainwashers/fonts/oswald/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* Manrope Variable Font */
@font-face {
  font-family: "Manrope";
  src: url("/brainwashers/fonts/manrope/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Neue - Multiple Weights */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueUltraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueThin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/brainwashers/fonts/helvetica-neue/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Global CSS Variables for Custom Fonts */
:root {
  --font-primary: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-heading: "League Spartan", "Dortmund", "Oswald", sans-serif;
  --font-body: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-dortmund: "Dortmund", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-spartan: "League Spartan", sans-serif;
}
