/* AbonnementIPTVSenegal design tokens */
:root{
  --color-paper:oklch(98% .01 95);
  --color-ink:oklch(20% .03 155);
  --color-accent:oklch(48% .14 150);
  --color-highlight:oklch(83% .16 90);
  --color-alert:oklch(53% .2 28);
  --font-display:system-ui,sans-serif;
  --font-body:system-ui,sans-serif;
  --space-sm:8px;--space-md:16px;--space-lg:32px;--space-xl:64px;
  --text-display:clamp(2.5rem,6vw,5.5rem);
  --ease-out:cubic-bezier(.16,1,.3,1);--ease-in:cubic-bezier(.7,0,.84,0);--ease-in-out:cubic-bezier(.65,0,.35,1);
  --dur-fast:120ms;--dur-base:220ms;--rule-thin:1px;--radius-card:14px;
}
