/**
 * Generated from The Guardian — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #121212;
  --text-dim: #121212;
  --text-faint: #bbbbbb;
  --brand: #052962;
  --on-brand: #ffffff;
  --border: #dcdcdc;
  --border-strong: #999999;
  --success: #1a7f37;
  --warning: #ff7f0f;
  --danger: #c70000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-section-news: #ffffff;
  --color-bg-section-opinion: #f6f6f6;
  --color-bg-section-longread: #fff4e2;
  --color-bg-section-sport: #fff4f2;
  --color-bg-section-culture: #fdf0e9;
  --color-bg-section-lifestyle: #fbeee7;
  --color-bg-dark: #1a1a1a;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f6f6;
  --color-surface-strong: #dcdcdc;
  --color-surface-quote: #fff4e2;
  --color-text: #121212;
  --color-text-strong: #000000;
  --color-text-muted: #707070;
  --color-text-soft: #999999;
  --color-text-faint: #bbbbbb;
  --color-brand: #052962;
  --color-brand-light: #0c4ea0;
  --color-brand-dark: #041c46;
  --color-brand-red: #c70000;
  --color-brand-red-hover: #a30000;
  --color-brand-yellow: #ffe500;
  --color-brand-orange: #ff7f0f;
  --color-brand-pink: #ed145b;
  --color-brand-blue-sport: #0084c6;
  --color-brand-green-environment: #509e2f;
  --color-brand-purple-lifestyle: #7d0068;
  --color-link: #052962;
  --color-link-hover: #0c4ea0;
  --color-link-visited: #5a5a5a;
  --color-on-brand: #ffffff;
  --color-on-brand-yellow: #121212;
  --color-on-brand-red: #ffffff;
  --color-border: #dcdcdc;
  --color-border-soft: #ebebeb;
  --color-border-strong: #999999;
  --color-border-rule: #052962;
  --color-shadow-card: rgba(0,0,0,0.04);
  --color-shadow-elev: rgba(0,0,0,0.08);
  --color-shadow-modal: rgba(0,0,0,0.18);
  --color-scrim: rgba(0,0,0,0.5);
  --color-success: #1a7f37;
  --color-success-soft: #e3f2e7;
  --color-warning: #ff7f0f;
  --color-warning-soft: #fff0db;
  --color-danger: #c70000;
  --color-danger-soft: #fde2e2;
  --color-info: #052962;
  --color-info-soft: #e3eaf2;
  --color-live-red: #c70000;
  --color-live-pulse: #ff3333;
  --color-pillar-news: #bb3a3c;
  --color-pillar-opinion: #e05e00;
  --color-pillar-sport: #0084c6;
  --color-pillar-culture: #ab0613;
  --color-pillar-lifestyle: #bb3b80;

  /* type */
  --display-size: 72px;
  --h1-size: 26px;
  --h2-size: 22px;
  --body-size: 17px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'GuardianEgyp', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'GuardianTextEgyptian', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Courier New', ui-monospace, monospace;
}
