:root {
  /* Colors */
  --color-bg: #0E0E10;
  --color-bg-soft: #151518;
  --color-text: #F5F5F5;
  --color-muted: #B3B3B3;
  --color-accent: #6CF2C2;

  /* Typography */
  --font-main: "gelica", sans-serif;

  /* Layout */
  --max-width: 1200px;
  --radius: 12px;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.4s ease;
}
