/**
 * Generated from Y Combinator — 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: #a0a0a0;
  --brand: #f26625;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #828282;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-paste: #f6f6ef;
  --color-bg-warm-tint: #fff6f0;
  --color-bg-cool: #fafafa;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-medium: #404040;
  --color-text-soft: #525252;
  --color-text-meta: #828282;
  --color-text-faint: #a0a0a0;
  --color-text-muted: #cccccc;
  --color-brand: #f26625;
  --color-brand-classic: #ff6600;
  --color-brand-hover: #e85d00;
  --color-brand-deep: #cc4f00;
  --color-brand-soft: rgba(242, 102, 37, 0.10);
  --color-on-brand: #ffffff;
  --color-accent-startup-school: #ff8c42;
  --color-accent-warm-cream: #fff6f0;
  --color-link: #000099;
  --color-link-hover: #000066;
  --color-link-visited: #828282;
  --color-link-yc: #000000;
  --color-selected-bg: #fff6f0;
  --color-disabled: #cccccc;
  --color-cta-bg: #f26625;
  --color-cta-text: #ffffff;
  --color-ink-100: #000000;
  --color-ink-200: #404040;
  --color-ink-300: #525252;
  --color-ink-400: #828282;
  --color-ink-500: #a0a0a0;
  --color-ink-600: #cccccc;
  --color-ink-700: #e6e6e6;
  --color-ink-800: #f6f6ef;
  --color-border: #cccccc;
  --color-border-strong: #828282;
  --color-border-subtle: #e6e6e6;
  --color-border-orange: rgba(242, 102, 37, 0.40);
  --color-shadow-color: rgba(0, 0, 0, 0.06);
  --color-shadow-warm: rgba(242, 102, 37, 0.15);
  --color-success-bg: #e8f5e0;
  --color-success-text: #2d5016;
  --color-warning-bg: #fff4d6;
  --color-warning-text: #7a5e00;
  --color-danger-bg: #fde0d4;
  --color-danger-text: #8a2a0a;
  --color-info-bg: #e0e8f5;
  --color-info-text: #000099;

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

  /* shape */
  --radius-button: 0px;
  --radius-card: 0px;
  --radius-pill: 0px;

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'Verlag', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Verdana', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
