/**
 * Generated from Paddle — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e1414;
  --surface: #fcfcfc;
  --surface-alt: #fcfcfc;
  --text: #0e1414;
  --text-dim: #0e1414;
  --text-faint: #0e1414;
  --brand: #e4e1d1;
  --on-brand: #1c1a15;
  --border: #d9d3c9;
  --border-strong: #d9d3c9;
  --success: #108c3d;
  --warning: #9b6829;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #0e1414;
  --color-bg-canvas: #0e1414;
  --color-surface: #fcfcfc;
  --color-surface-warm: #f9f8f7;
  --color-surface-sand: #ebe7df;
  --color-surface-sand-deep: #e8e6e2;
  --color-surface-cream: #e4e1d1;
  --color-surface-clay: #d6cbb6;
  --color-surface-ink: #1c1a15;
  --color-text: #0e1414;
  --color-text-ink: #1c1a15;
  --color-text-slate: #2b3033;
  --color-text-on-dark: #fcfcfc;
  --color-text-on-dark-soft: rgba(252,252,252,0.8);
  --color-text-on-dark-muted: rgba(252,252,252,0.6);
  --color-brand: #e4e1d1;
  --color-brand-cream: #e4e1d1;
  --color-on-brand: #1c1a15;
  --color-brand-ink: #1c1a15;
  --color-on-brand-ink: #fcfcfc;
  --color-accent: #ffd400;
  --color-accent-yellow: #ffd400;
  --color-border: #d9d3c9;
  --color-border-sand: #ebe7df;
  --color-border-ink: #0e1414;
  --color-border-on-dark: rgba(252,252,252,0.1);
  --color-border-faint: rgba(252,252,252,0.02);
  --color-link-on-dark: rgba(252,252,252,0.6);
  --color-link-on-light: #1c1a15;
  --color-success: #108c3d;
  --color-warning: #9b6829;
  --color-danger: #b42318;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.72px;

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

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

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