/**
 * Generated from Airbnb — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #222222;
  --text-dim: #222222;
  --text-faint: #222222;
  --brand: #ff385c;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #c1c1c1;
  --success: #008a05;
  --warning: #c13515;
  --danger: #c13515;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-strong: #f2f2f2;
  --color-surface-card: #ffffff;
  --color-text: #222222;
  --color-text-strong: #222222;
  --color-text-body: #3f3f3f;
  --color-text-muted: #6a6a6a;
  --color-text-soft: #929292;
  --color-brand: #ff385c;
  --color-brand-active: #e00b41;
  --color-brand-disabled: #ffd1da;
  --color-brand-hover: #e31c5f;
  --color-on-brand: #ffffff;
  --color-accent-luxe: #460479;
  --color-accent-plus: #92174d;
  --color-border: #dddddd;
  --color-border-soft: #ebebeb;
  --color-border-strong: #c1c1c1;
  --color-link-legal: #428bff;
  --color-star-rating: #222222;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.04);
  --color-shadow-elev: rgba(0,0,0,0.1);
  --color-shadow-ring: rgba(0,0,0,0.02);
  --color-success: #008a05;
  --color-success-soft: #e8f5e9;
  --color-warning: #c13515;
  --color-warning-soft: #fff8f0;
  --color-danger: #c13515;
  --color-danger-text-hover: #b32505;
  --color-info: #0c5fce;
  --color-info-soft: #e6f0fa;
  --color-superhost: #ff5a5f;
  --color-saved-heart: #ff385c;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

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