/* =========================
   DESIGN VARIABLES
========================= */

:root{

  /* Cherry Blossom Palette */

  --soft-blossom:#E6B7C3;
  --petal-frost:#F2D6DC;
  --soft-linen:#ECE4DA;
  --dust-grey:#D8CFC6;
  --ash-grey:#C6CEC4;

  /* Text */

  --ink:#2f2f2f;
  --muted:#5a5a5a;

  /* Background helpers */

  --bg-soft:rgba(242,214,220,.6);
  --bg-soft-strong:rgba(230,183,195,.35);

  /* Typography */

  --font-head:'Libre Baskerville', serif;
  --font-body:'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* UI tokens */

  --radius:18px;

  --shadow:
  0 12px 30px rgba(0,0,0,0.06);

}