/* tokens.css — design token: palette "scriptorium a lume di candela", tipografia, easing */

/* --- Font self-hosted (woff2 latin) --- */
@font-face {
  font-family: "Pinyon Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/pinyon-script.woff2") format("woff2");
}
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400 700; /* variabile */
  font-display: swap;
  src: url("../assets/fonts/dancing-script.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400 600; /* variabile */
  font-display: swap;
  src: url("../assets/fonts/cinzel.woff2") format("woff2");
}

:root {
  /* Pergamena */
  --parchment: oklch(0.91 0.045 88);
  --parchment-aged: oklch(0.85 0.06 82);
  --parchment-edge: oklch(0.66 0.08 68);
  --parchment-shadow: oklch(0.5 0.07 60);

  /* Inchiostro (mai nero puro) */
  --ink: oklch(0.29 0.03 62);
  --ink-soft: oklch(0.36 0.035 62);

  /* Ceralacca (solo il sigillo) */
  --wax: oklch(0.37 0.11 32);
  --wax-hi: oklch(0.52 0.13 38);
  --wax-lo: oklch(0.27 0.09 30);

  /* Oro / gilt (unico accento prezioso) */
  --gold: oklch(0.68 0.11 84);
  --gold-hi: oklch(0.85 0.12 92);
  --gold-lo: oklch(0.55 0.1 80);

  /* Atmosfera */
  --candle: oklch(0.83 0.15 70);
  --void: oklch(0.16 0.02 60);
  --void-deep: oklch(0.11 0.015 55);

  /* Tipografia */
  --font-script: "Dancing Script", "Segoe Script", cursive;
  --font-flourish: "Pinyon Script", "Dancing Script", cursive;
  --font-serif: "Cinzel", "Cormorant Garamond", Georgia, serif;

  --text-body: clamp(0.9rem, 0.8rem + 1.35vw, 1.3rem);
  --text-salute: clamp(1.35rem, 1.05rem + 2.4vw, 2.2rem);
  --text-date: clamp(0.7rem, 0.6rem + 0.85vw, 0.92rem);
  --text-sign: clamp(1.6rem, 1.25rem + 3vw, 2.6rem);

  /* Easing */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);

  /* Durate */
  --d-fast: 220ms;
  --d-normal: 480ms;
}
