/* AURA Zuid — Radius tokens
   Two states only: fully pill (buttons, badges, nav toggle, dots) or soft-rounded
   (form fields). Images, cards and section blocks stay perfectly square —
   there is no "rounded card" motif anywhere in this brand. */

:root {
  --radius-pill: 999px;      /* buttons, badges, lang toggle, carousel arrows, dots */
  --radius-input: 14px;      /* text inputs */
  --radius-textarea: 18px;   /* textarea (slightly softer than inputs) */
  --radius-none: 0px;        /* images, story/tier/gallery blocks, vat-box, cards */
}
