/**
 * Generated from SKIMS — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #2d2a26;
  --text-dim: #2d2a26;
  --text-faint: #9a9db1;
  --brand: #2d2a26;
  --on-brand: #ffffff;
  --border: #e5e5eb;
  --border-strong: #dbdde4;
  --success: #e6fbf0;
  --warning: #fffaeb;
  --danger: #fff0f0;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f8;
  --color-bg-deeper: #f4f4f6;
  --color-hero-dark: #1f1d1b;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f8;
  --color-brand: #2d2a26;
  --color-brand-hover: #1f1d1b;
  --color-on-brand: #ffffff;
  --color-text: #2d2a26;
  --color-text-strong: #1f1d1b;
  --color-text-secondary: #676986;
  --color-text-faint: #9a9db1;
  --color-text-on-hero: #f6f6f6;
  --color-text-on-brand: #ffffff;
  --color-link: #2d2a26;
  --color-link-hover: #1f1d1b;
  --color-accent-teal: #0e7a82;
  --color-accent-teal-bright: #00caaa;
  --color-border: #e5e5eb;
  --color-border-strong: #dbdde4;
  --color-border-active: #676986;
  --color-success: #e6fbf0;
  --color-info: #f0f7ff;
  --color-warning: #fffaeb;
  --color-danger: #fff0f0;
  --color-star: #2d2a26;
  --color-star-empty: #e5e5e5;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 2px;
  --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: 'Tstar Pro Headline', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
