/* =============================================
   VARIANT A: "TEAL & AMBER" — Nordic Trust
   Corporate-professional, accounting-adjacent
   ============================================= */

@font-face {
  font-family: 'Inter';
  src: url('/fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Primary — deep teal/emerald (trust, commerce, Swedish nature) */
  --color-primary:       #0F766E;
  --color-primary-hover:  #0D9488;
  --color-primary-dim:   rgba(15, 118, 110, 0.10);
  --color-primary-dark:  #0A5C56;
  --color-primary-glow:  rgba(15, 118, 110, 0.35);

  /* Accent — warm amber/gold (commerce, warmth, Swedish identity) */
  --color-accent:        #F59E0B;
  --color-accent-hover:  #D97706;
  --color-accent-dim:    rgba(245, 158, 11, 0.12);
  --color-accent-glow:   rgba(245, 158, 11, 0.30);

  /* Dark backgrounds */
  --color-navy:          #0C1222;
  --color-navy-mid:      #111827;
  --color-navy-light:    #1F2937;
  --color-border-dark:   rgba(255,255,255,0.08);

  /* Light backgrounds */
  --color-white:         #FFFFFF;
  --color-off-white:     #F9FAFB;

  /* Text */
  --color-text:          #111827;
  --color-text-muted:    #6B7280;
  --color-slate:         #4B5563;
  --color-border:        #E5E7EB;

  /* Semantic */
  --color-success:       #10B981;
  --color-error:         #EF4444;

  /* Typography */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  --weight-normal:   400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  --leading-tight:   1.25;
  --leading-snug:    1.375;
  --leading-normal:  1.5;
  --leading-relaxed: 1.75;

  /* 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;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Layout */
  --max-width:       1200px;
  --max-width-prose: 720px;
  --max-width-legal: 780px;

  /* Borders */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   16px;
  --radius-2xl:  24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.08);
  --shadow-xl: 0 20px 50px rgba(0,0,0,0.15), 0 8px 16px rgba(0,0,0,0.10);

  /* Transitions */
  --transition:      0.2s ease;
  --transition-slow: 0.35s ease;

  /* Gradient hero — teal to navy with geometric motif */
  --gradient-hero: linear-gradient(135deg, #0C1222 0%, #0F766E 50%, #0A5C56 100%);
  --gradient-btn:  linear-gradient(135deg, #0F766E, #0D9488);
  --gradient-btn-hover: linear-gradient(135deg, #0D9488, #14B8A6);
}
