/* tokens.css — palette, type, spacing, motion.
 *
 * Warm ivory paper and ink, gold line art, and ONE sharp accent: sindoor, the colour of
 * the kalava thread that runs through the whole page. Event cards get the colours of
 * their rituals (haldi, mehendi, rani pink for sangeet, sindoor for the wedding).
 */

:root {
  --paper: #f6f0e6;
  --paper-2: #efe5d5;
  --paper-3: #e6d8c2;
  --ink: #221c16;
  --ink-2: #4a4036;
  --ink-3: rgba(34, 28, 22, 0.58);
  --ink-faint: rgba(34, 28, 22, 0.16);
  --rule: rgba(34, 28, 22, 0.14);
  --gold: #b4893f;
  --gold-hi: #f1d596;
  --sindoor: #cf3f24;
  --sindoor-deep: #a52f18;

  --font-display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
  --font-text: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-deva: "Anek Devanagari", "Schibsted Grotesk", sans-serif;

  --col: min(100vw, 480px);
  --pad: 26px;
  --thread-x: 16px; /* the kalava runs down this line of every section */
  --thread-w: 2.2px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --stagger: 110ms;
  --rise: 26px;
}
