/*
 * Shared --lc-* brand tokens for every surface (widget/chat, admin, landing/
 * login). Linked EXPLICITLY by each layout BEFORE its surface stylesheet —
 * never through an asset glob (U3/U5/U6 contract), so token changes land
 * everywhere without any surface stylesheet leaking into another.
 *
 * Brand tokens extracted live from lagersjefen.no (2026-06-12). Fonts use
 * the site's declared fallback stack — licensed WOFF2s are not hotlinked.
 */

:root {
  --lc-primary: #2b4300;
  --lc-accent: #b6f459;
  --lc-bg: #f0f0f0;
  --lc-surface: #ffffff;
  --lc-border: #e7e7e7;
  --lc-text: #1a1a1a;
  --lc-text-muted: #707070;
  --lc-font: "LSBody", Inter, "Helvetica Neue", Arial, sans-serif;
}
