/* JebuK shared design tokens — colors, type-family refs, spacing, easing.
   Extracted from public/index.html's :root block (jebuk.com, "One Night Over Nashik").
   This file is duplicated byte-for-byte at public-international/shared-tokens.css.
   Font *files* are not loaded here — each site links its own Google Fonts weights. */
:root{
  --bg:#06070C;
  --bg-deep:#040509;
  --ink:#EDE9E0;
  --ink-dim:rgba(237,233,224,.55);
  --ink-faint:rgba(237,233,224,.38);
  --gold:#C9A84C;
  --gold-hi:#EFD382;
  --gold-deep:#7A5A10;
  --gold-dim:rgba(201,168,76,.42);
  --gold-faint:rgba(201,168,76,.12);
  --blue-faint:rgba(95,127,170,.09);
  --serif:'Italiana',serif;
  --serif-it:'Cormorant Garamond',serif;
  --sans:'Archivo',sans-serif;
  --mono:'Space Mono',monospace;
  --gutter:clamp(20px,5vw,72px);
  --eo:cubic-bezier(.23,1,.32,1);
  --eio:cubic-bezier(.77,0,.175,1);
}
