/*
  Nornorm theme — Rinse & Shine.

  Scandinavian-editorial design system: single navy accent on a white +
  bone canvas, Inter typography with -0.03em tracking, pill-shaped CTAs,
  sharp-edged photography, no shadows.

  Full spec lives at /companies/agency/clients/rinse-and-shine/brand/DESIGN.md
*/
:root {
  /* Surfaces */
  --color-background: #ffffff;
  --color-bone: #f1efe9;
  --color-ash: #ececec;

  /* Text */
  --color-foreground: #1f1d1e;
  --color-ink: #1f1d1e;
  --color-obsidian: #000000;
  --color-stone: #6a6a6a;
  --color-graphite: #333333;

  /* Brand accent — single accent, do not add a second color */
  --color-primary: #1C4DA4;
  --color-primary-hover: #163C82;
  --color-primary-foreground: #ffffff;
  --color-navy: #1C4DA4;
  --color-navy-hover: #163C82;

  /* Tailwind compat aliases */
  --color-muted: #f1efe9;
  --color-muted-foreground: #6a6a6a;
  --color-border: #ececec;
  --color-accent: #1C4DA4;

  /* Typography — Inter with tight tracking */
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Radii */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --radius-button: 9999px;
  --radius-card: 8px;
  --radius-image: 0px;
}
