/* Custom Properties - FLEX hönnun ehf. */
:root {
  /* Colors */
  --color-primary: #1F3A4A;
  --color-white: #ffffff;
  --color-accent: #F26522;
  --color-glass: rgba(255, 255, 255, 0.7);
  --color-glass-border: rgba(255, 255, 255, 0.25);
  --color-muted: rgba(31, 58, 74, 0.6);
  --color-divider: rgba(31, 58, 74, 0.15);
  --color-nav-text: rgba(255, 255, 255, 0.8);
  --color-nav-bg: rgba(31, 58, 74, 0.95);
  --color-overlay: rgba(31, 58, 74, 0.35);

  /* Typography */
  --font-family: 'Inter', system-ui, -apple-system, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;

  --text-hero: clamp(48px, 7vw, 80px);
  --text-h2: clamp(36px, 4.5vw, 48px);
  --text-label: 18px;
  --text-body: 16px;
  --text-nav: 16px;
  --text-small: 14px;

  --leading-hero: 0.88;
  --leading-h2: 0.92;
  --leading-body: 1.6;

  --tracking-hero: -1.2px;
  --tracking-h2: -1px;
  --tracking-tight: -0.5px;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 80px;
  --space-3xl: 120px;

  /* Layout */
  --nav-height: 80px;
  --container-max: 1320px;
  --container-padding: 40px;

  /* Transitions */
  --transition-fast: 300ms ease-out;
  --transition-base: 500ms ease-out;
  --transition-slow: 800ms ease-out;
  --transition-reveal: 600ms ease-out;
}
