:root {
  --color-background:#f4efe5;
  --color-surface:#fffaf1;
  --color-surface-strong:#e9e0d2;
  --color-text:#111821;
  --color-muted:#66707a;
  --color-accent:#c28b18;
  --color-alert:#b51f2e;
  --color-colombia-yellow:#f2c300;
  --color-colombia-blue:#123b7a;
  --color-colombia-red:#b51f2e;
  --color-line:rgba(17,24,33,.17);
  --color-inverse:#f9f4ea;
  --font-display:"Arial Narrow","Aptos Narrow","Roboto Condensed",Impact,sans-serif;
  --font-body:Georgia,"Times New Roman",serif;
  --font-sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-mono:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;
  --space-xs:.4rem;
  --space-sm:.75rem;
  --space-md:1.25rem;
  --space-lg:2rem;
  --space-xl:3.5rem;
  --space-2xl:6rem;
  --radius-sm:.35rem;
  --radius-md:.8rem;
  --content-width:1180px;
  --article-width:760px;
  --shadow:0 18px 50px rgba(17,24,33,.12);
}
