/* HAV Digital Website Tokens v1.0 */
:root {
  --hav-web-ink: #192A3A;
  --hav-web-ink-deep: #10202F;
  --hav-web-ink-soft: #30475D;
  --hav-web-ocean: #3D7BD9;
  --hav-web-ocean-strong: #2467C8;
  --hav-web-text: #2B3640;
  --hav-web-muted: #5B6874;
  --hav-web-subtle: #7A8792;
  --hav-web-border: #DFE5EA;
  --hav-web-border-strong: #C9D2DA;
  --hav-web-surface: #FFFFFF;
  --hav-web-surface-soft: #F5F7F9;
  --hav-web-surface-blue: #F2F6FB;
  --hav-web-success: #16845B;
  --hav-web-danger: #B42318;

  --hav-web-container: 1240px;
  --hav-web-header-height: 76px;
  --hav-web-header-height-mobile: 68px;

  --hav-web-space-1: 4px;
  --hav-web-space-2: 8px;
  --hav-web-space-3: 12px;
  --hav-web-space-4: 16px;
  --hav-web-space-5: 20px;
  --hav-web-space-6: 24px;
  --hav-web-space-8: 32px;
  --hav-web-space-10: 40px;
  --hav-web-space-12: 48px;
  --hav-web-space-16: 64px;
  --hav-web-space-20: 80px;
  --hav-web-space-23: 92px;

  --hav-web-radius-sm: 4px;
  --hav-web-radius-md: 8px;
  --hav-web-radius-lg: 14px;
  --hav-web-radius-xl: 20px;

  --hav-web-shadow-sm: 0 4px 16px rgba(25, 42, 58, 0.07);
  --hav-web-shadow-md: 0 18px 50px rgba(25, 42, 58, 0.10);
  --hav-web-focus: 0 0 0 3px rgba(61, 123, 217, 0.32);

  --hav-web-font: Inter, ui-sans-serif, system-ui, -apple-system,
                  BlinkMacSystemFont, "Segoe UI", sans-serif;
}
