/*
 * Brand tokens, matched to chrisian.com. If the brand evolves, update
 * values here (and swap logo-full.png / favicon.png) — the rest of the
 * site reads from these variables.
 */
:root {
  --brand-name: 'Chrisian';

  --color-bg: #ffffff;
  --color-bg-alt: #f7f7f8;
  --color-surface: #f2f2f3;
  --color-border: #e7e7e9;
  --color-text: #2c2c2c;
  --color-text-muted: rgba(44, 44, 44, 0.76);

  --color-primary: #fe3a1c;
  --color-primary-hover: #e12f14;
  --color-orange: #ffa046;
  --color-green: #1fd18e;

  --font-sans: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --radius: 20px;
  --max-width: 1120px;
}
