/**
 * Generated from Twilio — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafc;
  --surface-alt: #fafafc;
  --text: #0d122b;
  --text-dim: #0d122b;
  --text-faint: #b5b8c4;
  --brand: #f22f46;
  --on-brand: #ffffff;
  --border: #0d122b1f;
  --border-strong: #0d122b33;
  --success: #1bb564;
  --warning: #f59e0b;
  --danger: #f22f46;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f4f4f6;
  --color-bg-blue: #e1eeff;
  --color-bg-blue-deep: #cee0fa;
  --color-bg-navy: #0d122b;
  --color-surface: #fafafc;
  --color-surface-2: #f7f7f9;
  --color-surface-3: #eeeef2;
  --color-surface-navy: #1a1f3a;
  --color-text: #0d122b;
  --color-text-strong: #000000;
  --color-text-muted: #5b6079;
  --color-text-soft: #8b8e9e;
  --color-text-faint: #b5b8c4;
  --color-text-on-brand: #ffffff;
  --color-text-on-navy: #ffffff;
  --color-text-on-navy-muted: #a8acc1;
  --color-brand: #f22f46;
  --color-brand-strong: #d6203a;
  --color-brand-active: #b8182f;
  --color-brand-soft: #fde7eb;
  --color-brand-soft-2: #fbd5dc;
  --color-accent: #0d122b;
  --color-accent-blue: #3da9fc;
  --color-accent-blue-deep: #1e7fd9;
  --color-accent-blue-soft: #dcefff;
  --color-border: #0d122b1f;
  --color-border-strong: #0d122b33;
  --color-border-soft: #0d122b10;
  --color-border-navy-on-dark: #22253a;
  --color-border-focus: #f22f46;
  --color-success: #1bb564;
  --color-success-bg: #dcf6e7;
  --color-warning: #f59e0b;
  --color-warning-bg: #fef3c7;
  --color-danger: #f22f46;
  --color-danger-bg: #fde7eb;
  --color-info: #3da9fc;
  --color-info-bg: #dcefff;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 80px;
  --h1-size: 44px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 24px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Twilio Sans Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Twilio Sans Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Twilio Sans Mono', ui-monospace, monospace;
}
