:root {
  /* Font faces
     Place your font files in assets/fonts/ with these names:
     - MADEOuterSansPERSONALUSE-Regular.otf
     - Motterdam-K74zp.otf
  */
  --font-family-base: "Made Outer", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-display: "Motterdam", "Made Outer", "Inter", system-ui, sans-serif;
  --font-family-serif: "LinuxLibertine", "Made Outer", serif;

  /* Colors */
  --color-bg: #090909;
  --color-surface: #141414;
  --color-surface-elevated: #1b1b1b;
  --color-border: #2b2b2b;
  --color-text: #f5f5f5;
  --color-text-muted: #b3b3b3;
  --color-accent: #ffffff;
  --color-overlay: rgba(0, 0, 0, 0.58);

  /* Background image (replace URL easily) */
  --bg-image: url("../img/background.jpg");

  /* Typography */
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;

  /* Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;

  /* Shadow */
  --shadow-soft: 0 10px 35px rgba(0, 0, 0, 0.28);

  /* Motion */
  --duration-fast: 0.2s;
  --ease-standard: ease;

  /* Layout */
  --content-max-width: 42rem;
}

@font-face {
  font-family: "Made Outer";
  src: url("../assets/fonts/MADE Outer Sans Black.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Motterdam";
  src: url("../assets/fonts/Motterdam.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LinuxLibertine";
  src: url("../assets/fonts/LinLibertine_aRL.ttf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
