/**
 * Generated from GOG — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #d9d9d9;
  --surface: #ededed;
  --surface-alt: #ededed;
  --text: #212121;
  --text-dim: #212121;
  --text-faint: #737373;
  --brand: #982e9c;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.15);
  --border-strong: rgba(0,0,0,0.28);
  --success: #4d7c0f;
  --warning: #8a5b00;
  --danger: #a32020;

  /* full color palette */
  --color-bg: #d9d9d9;
  --color-bg-deep: #262626;
  --color-surface: #ededed;
  --color-surface-raised: #f2f2f2;
  --color-surface-inverse: #262626;
  --color-text: #212121;
  --color-text-muted: #4c4c4c;
  --color-text-faint: #737373;
  --color-text-inverse: #ffffff;
  --color-nav-text: #cccccc;
  --color-brand: #982e9c;
  --color-brand-deep: #6e1d72;
  --color-brand-soft: #de8ae5;
  --color-on-brand: #ffffff;
  --color-border: rgba(0,0,0,0.15);
  --color-border-strong: rgba(0,0,0,0.28);
  --color-scrim: rgba(0,0,0,0.72);
  --color-shadow-card: rgba(0,0,0,0.15);
  --color-success: #4d7c0f;
  --color-warning: #8a5b00;
  --color-danger: #a32020;
  --color-info: #386d9d;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 5px;
  --radius-pill: 9999px;

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

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