/* LIMENORA STUDIOS — design tokens
   Sumi ink + washi paper, one accent per chapter. */
:root {
  /* palette */
  --ink: #171210;
  --ink-soft: #241d19;
  --paper: #f2e8d5;
  --paper-dim: #e4d7bf;
  --ochre: #d9a13b;
  --ochre-deep: #a8741f;
  --vermilion: #c9271c;
  --vermilion-deep: #8e1710;
  --jade: #3f9b5f;
  --jade-deep: #24603a;
  --indigo: #2e4a68;
  --gold: #d4a017;
  --lapis: #1e3a8a;
  --night: #030109;

  /* type */
  --font-display: "IM Fell English", "Iowan Old Style", serif;
  --font-display-sc: "IM Fell English SC", "IM Fell English", serif;
  --font-body: "Alegreya", Georgia, serif;
  --font-script: "Yellowtail", cursive;

  --text-body: clamp(1rem, 0.94rem + 0.3vw, 1.15rem);
  --text-caption: clamp(0.72rem, 0.68rem + 0.2vw, 0.82rem);
  --text-h-chapter: clamp(2.2rem, 1.2rem + 5vw, 5.5rem);
  --text-h-poster: clamp(3rem, 1rem + 9vw, 10rem);

  /* rhythm */
  --frame-gap: clamp(10px, 1.6vw, 22px);   /* the white margin around scenes */
  --panel-border: 3px;

  /* motion */
  --ease-brush: cubic-bezier(0.22, 1, 0.36, 1);
}
