/**
 * Generated from Glossier — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #999999;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #e9e9eb;
  --border-strong: #d4d4d8;
  --success: #468254;
  --warning: #f94200;
  --danger: #d30000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f7;
  --color-bg-deeper: #f0f0f0;
  --color-bg-pink-wash: #faf2f4;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-button-default: #e8e8e8;
  --color-button-hover: #000000;
  --color-on-button-hover: #ffffff;
  --color-promo-bar: #000000;
  --color-on-promo-bar: #ffffff;
  --color-brand: #000000;
  --color-brand-hover: #1a1a1a;
  --color-on-brand: #ffffff;
  --color-pink-badge: #f6e3e6;
  --color-pink-badge-deep: #e8c8cd;
  --color-accent-cobalt: #0600ff;
  --color-accent-red-orange: #f94200;
  --color-accent-red-deep: #d30000;
  --color-accent-blue-deep: #3860be;
  --color-accent-sage: #468254;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #555555;
  --color-text-faint: #999999;
  --color-text-on-brand: #ffffff;
  --color-text-secondary: #333333;
  --color-link: #000000;
  --color-link-hover: #666666;
  --color-selection-bg: #f6e3e6;
  --color-border: #e9e9eb;
  --color-border-strong: #d4d4d8;
  --color-border-soft: #f0f0f0;
  --color-border-brand: #000000;
  --color-success: #468254;
  --color-warning: #f94200;
  --color-danger: #d30000;
  --color-info: #0600ff;

  /* type */
  --display-size: 48px;
  --h1-size: 32px;
  --h2-size: 20px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.4;
  --display-tracking: -0.012em;

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

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

  /* fonts */
  --font-display: 'Apercu Pro', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Apercu Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Apercu Mono', ui-monospace, monospace;
}
