@font-face {
  font-family: 'LocalBrewerySans';
  src: url('../Font/LocalBrewerySans.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --color-bg: #181c2b;
  --color-bg-alt: #23263a;
  --color-accent: #08d9d6;
  --color-accent2: #ff2e63;
  --color-text: #fff;
  --color-text-alt: #e0e0e0;
  --color-separator: #fff;
  --radius: 18px;
  --shadow: 0 4px 32px #000a;
  --transition: 0.18s cubic-bezier(.4,0,.2,1);
  --gap-section: 56px;
  --gap-grid: 24px;
  --font-main: 'DIN Next Light', Arial, sans-serif;
  --font-title: 'Cinzel', serif;
  --font-mono: 'Orbitron', Arial, sans-serif;
} 