/* ═══════════════════════════════════════════════
   DESIGN TOKENS — Laksaci Import-Export
   ═══════════════════════════════════════════════ */
:root {
  /* Palette */
  --green:     #1A3D30;
  --green-dk:  #0D2620;
  --green-mid: #234D3C;   /* new: mid-tone for cards / panels */
  --green-lt:  #2E6B56;
  --gold:      #C4A84A;   /* warmer, more visible */
  --gold-lt:   #DEC97A;   /* brighter reflex on dark */
  --white:     #FFFFFF;
  --cream:     #F7F5F0;
  --gray1:     #F0EDE8;
  --gray2:     #9A9690;
  --gray3:     #D0CBC2;
  --black:     #0C0C0C;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', sans-serif;

  /* Motion */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur:  0.8s;
}
