/* Design tokens — colors and typography variables */
:root {
  --ivory: #EAE8E2;
  --bridal: #D8D4CA;
  --marfil: #C5BFAF;
  --coffee: #64513D;
  --coffee-soft: #826b53;
  --rose: #996962;
  --rose-soft: #b88a82;
  --ink: #3a2f24;
  --paper: rgb(234, 232, 226);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}
