/* ============================================================================
   LamFia — PRODUCTION THEME  (deploy-time configuration)
   ----------------------------------------------------------------------------
   This is the ONLY file you change to re-skin the entire site. Swap it at
   deploy time, or paste a theme exported from the Theme Builder
   (dev/theme-builder.html) over the block below.

   Every page loads this file BEFORE site.css, so these tokens win.
   Generated/maintained by the Theme Builder — keep the markers intact.
   ============================================================================ */

/* @theme-fonts:start */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');
/* @theme-fonts:end */

/* @theme-tokens:start  — name: "Graphite & Gold" */
:root{
  /* surfaces */
  --bg:#0B0C0E;
  --bg-2:#08090B;
  --ink:#15171C;
  --ink-2:#101218;
  --raised:#1B1E24;

  /* elevation tint */
  --raise-rgb:255,255,255;

  /* text */
  --strong:#FFFFFF;
  --text:#F4F6F8;
  --text-2:#C7CCD4;
  --text-3:#8A909B;
  --text-4:#5A606B;

  /* brand primary */
  --gold:#E8B64B;
  --gold-rgb:232,182,75;
  --amber:#D29A3A;
  --ink-on-gold:#15120A;

  /* secondary accents (tool colors) */
  --indigo:#8AA0FF;
  --indigo-2:#6E86F0;
  --cyan:#5BC8D6;
  --plum:#B07BFF;
  --green:#9BD17A;
  --teal:#4BD0B0;
  --rose:#FF8FA8;
  --rose-rgb:255,143,168;

  /* fonts */
  --font-display:'Fraunces', Georgia, serif;
  --font-body:'Inter', system-ui, sans-serif;
  --font-mono:'JetBrains Mono', ui-monospace, monospace;

  /* shape — rounded-rectangle card family */
  --radius-card:14px;
  --card-min-h:116px;

  /* derived */
  --line:rgba(var(--raise-rgb),.07);
  --line-2:rgba(var(--raise-rgb),.12);
  --line-3:rgba(var(--raise-rgb),.20);
  --nav-bg:color-mix(in srgb, var(--bg) 62%, transparent);
  --nav-bg-2:color-mix(in srgb, var(--bg) 92%, transparent);
}
/* @theme-tokens:end */
