/* ============================================================
   GODAVARI INTERNATIONALS — DESIGN TOKENS
   Palette:
     --cream        #FBF9F3  base background, "white" of the brief
     --forest       #163C2C  deep forest green (primary)
     --forest-2     #1F5138  secondary green, section fills
     --forest-soft  #2C5F45  hover/lighter green
     --sage         #EEF3EA  quiet alternate section background
     --turmeric     #E8A020  turmeric-root accent (CTA, highlights)
     --turmeric-deep #B8720F secondary accent, hover states
     --ink          #16201A  primary text
     --paper        #FFFFFF  cards
   Type:
     Display  — Fraunces (warm, organic curves echo the root/rhizome subject)
     Body     — Inter (clean, international, legible at small sizes)
     Utility  — IBM Plex Mono (spec sheets, HSN codes, container data —
                the "customs paperwork" register)
   Signature element:
     A dashed trade-route line running down the left margin of numbered
     sections (01–11, echoing the brochure's own numbering) — the
     throughline of a shipment moving from farm to foreign port.
============================================================ */

:root{
  /* colors */
  --cream:#FBF9F3;
  --forest:#163C2C;
  --forest-2:#1F5138;
  --forest-soft:#2C5F45;
  --sage:#EEF3EA;
  --turmeric:#E8A020;
  --turmeric-deep:#B8720F;
  --ink:#16201A;
  --paper:#FFFFFF;
  --line:#DDE3D8;

  /* elevation & shape */
  --shadow: 0 20px 50px -20px rgba(22,32,26,0.25);
  --radius: 18px;

  /* type */
  --font-display:'Fraunces', serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'IBM Plex Mono', monospace;
}
