/*
  Cascade layer wrapper for the remaining legacy Webflow + global CSS.
  By assigning these to @layer webflow, Tailwind's @layer utilities
  always take precedence (layers established later in document order
  have higher priority in the CSS cascade).

  fonts.css holds the Switzer @font-face rules (extracted from the old
  c4c-a61df9.webflow.css, which has been fully migrated to Tailwind and
  removed). It is imported WITHOUT a layer so the fonts load globally;
  its '../fonts/...' url() paths resolve relative to /css/ → /fonts/.
*/
@import url("fonts.css");
@import url("normalize.css") layer(webflow);
@import url("webflow.css") layer(webflow);
@import url("form-enhancements.css") layer(webflow);
@import url("kennis-article.css") layer(webflow);
@import url("cookie-banner.css") layer(webflow);
