/* ==========================================================================
   Frontlinie Relatieportaal Brand Theming
   Restores Frontlinie's brand colors (#D64A26 flame orange & #FFC400 gold yellow)
   ========================================================================== */

:root {
  --accent: #D64A26;
  --accent-hover: #FFC400;
  --accent-soft: rgba(214, 74, 38, 0.12);
  --accent-softer: rgba(214, 74, 38, 0.06);
  --accent-shadow: rgba(214, 74, 38, 0.25);
}
