/**
 * Generated from Away — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #111111;
  --text-dim: #111111;
  --text-faint: #9a9a9a;
  --brand: #a9c4d4;
  --on-brand: #111111;
  --border: #e4e2dd;
  --border-strong: #111111;
  --success: #2f7a4d;
  --warning: #c8861a;
  --danger: #9e2b2b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f6f4;
  --color-bg-deeper: #efece8;
  --color-hero-plate: #1a1a1a;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f6f4;
  --color-brand: #a9c4d4;
  --color-brand-deep: #3b5566;
  --color-on-brand: #111111;
  --color-pastel-coast: #a9c4d4;
  --color-pastel-sand: #e3d9c6;
  --color-pastel-olive: #9aa07c;
  --color-pastel-navy: #2b3a4a;
  --color-pastel-blush: #e8c9c5;
  --color-pastel-cherry: #9e2b2b;
  --color-cta-bg: #ffffff;
  --color-cta-text: #111111;
  --color-cta-bg-hover: #111111;
  --color-on-cta-hover: #ffffff;
  --color-text: #111111;
  --color-text-strong: #000000;
  --color-text-muted: #6b6b6b;
  --color-text-faint: #9a9a9a;
  --color-text-on-image: #ffffff;
  --color-link: #111111;
  --color-link-hover: #6b6b6b;
  --color-border: #e4e2dd;
  --color-border-strong: #111111;
  --color-border-soft: #efece8;
  --color-success: #2f7a4d;
  --color-warning: #c8861a;
  --color-danger: #9e2b2b;
  --color-info: #3b5566;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 14px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
