/* Style v6 — soft ice-blue → cream blend · deep navy ink · coral accent */
:root {
  --color-bg-top:    #E6EDF4;
  --color-bg-bottom: #F5F2EC;
  --color-surface:   #FBFBFA;
  --color-surface-2: #EFF2F5;
  --color-rule:      #C9D3DE;
  --color-text:      #1E2634;
  --color-muted:     #5A6575;
  --color-accent:    #F04D5A;
  --color-accent-ink:#1E2634;
  --color-focus:     #D93B48;

  --font-display: "Baskervville SC", "Libre Baskerville", Georgia, serif;
  --font-body:    "Libre Baskerville", Georgia, serif;

  --text-sm:      0.875rem;
  --text-md:      1.0625rem;
  --text-lg:      1.25rem;
  --text-xl:      clamp(1.35rem, 1.05rem + 1.6vw, 1.9rem);
  --text-display: clamp(1.9rem, 6vw, 4.25rem);

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2.5rem;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-acc:   300ms;

  --page-gutter: clamp(1.25rem, 5vw, 3rem);
  --radius: 4px;
}
