:root {
  /* Colors */
  --bg-primary: #010203;
  --bg-panel: #1f1e1e;
  --accent-primary: #fc131b;
  --text-primary: #fdfdfd;
  --text-muted: #aaa8a8;

  /* Typography */
  --font-family: "Alexandria", "Segoe UI", "Noto Sans Arabic", "Geeza Pro", sans-serif;

  /* Border Radii (Shape language - curviness everywhere) */
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-full: 999px;

  /* Glassmorphism Variables */
  --glass-bg: rgba(31, 30, 30, 0.55);
  --glass-border: 1px solid rgba(253, 253, 253, 0.08);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);

  /* Spacing */
  --nav-height: 80px;
  --section-padding-y: 5rem;
}
