/* =======================================
   CUSTOM FONTS - @font-face declarations
   Using your custom font files
======================================= */

/* Outfit Font - Variable Font (covers all weights) */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Lamoric Rowen Font */
@font-face {
  font-family: 'Lamoric Rowen';
  src: url('../fonts/Lamoric Rowen.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Minion Variable Concept - Roman (Regular) */
@font-face {
  font-family: 'Minion Variable Concept';
  src: url('../fonts/MinionVariableConcept-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Minion Variable Concept - Italic */
@font-face {
  font-family: 'Minion Variable Concept';
  src: url('../fonts/MinionVariableConcept-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Fallback fonts if custom fonts don't load */
body {
  font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Lamoric Rowen', 'Playfair Display', Georgia, serif;
} */

/* h1 {
  font-family: 'Lamoric Rowen', 'Playfair Display', Georgia, serif;
} */

