/**
 * Generated from Meta — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1c2b33;
  --text-dim: #1c2b33;
  --text-faint: #1c2b33;
  --brand: #0467df;
  --on-brand: #ffffff;
  --border: #dddfe2;
  --border-strong: #1c2b33;
  --success: #42b72a;
  --warning: #f7b928;
  --danger: #fa3e3e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-deep: #1c2b33;
  --color-bg-soft: #f5f5f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #ebedf0;
  --color-surface-tint: #f0f4fa;
  --color-text: #1c2b33;
  --color-text-strong: #0a1014;
  --color-text-muted: #65676b;
  --color-text-soft: #8a8d91;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #b0b3b8;
  --color-brand: #0467df;
  --color-brand-hover: #0356b8;
  --color-brand-active: #024187;
  --color-brand-soft: #e7f3ff;
  --color-on-brand: #ffffff;
  --color-accent-instagram: #e4405f;
  --color-accent-whatsapp: #25d366;
  --color-accent-quest: #000000;
  --color-accent-threads: #000000;
  --color-border: #dddfe2;
  --color-border-soft: #e4e6eb;
  --color-border-strong: #1c2b33;
  --color-link: #0467df;
  --color-link-hover: #0356b8;
  --color-scrim: rgba(28,43,51,0.7);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-success: #42b72a;
  --color-success-soft: #e9f7e2;
  --color-warning: #f7b928;
  --color-warning-soft: #fff8e1;
  --color-danger: #fa3e3e;
  --color-danger-soft: #ffeaea;
  --color-info: #0467df;
  --color-info-soft: #e7f3ff;

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

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

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