/* Danish market theme — Dannebrog palette layered over the ds.css tokens.
 * Included AFTER ds.css/app.css on Danish pages only (trainer.html,
 * velkommen.html, annulleret.html). The Danish landing (index.html) has its
 * own red stylesheet (style.css + landing.css) and does not need this. */
:root {
  --brand-blue: #C8102E;       /* Dannebrog red takes over the brand role */
  --brand-blue-dark: #9E0C24;
  --blue-tint: #FBECEE;
  --blue-tint-2: #FDF8F8;
  --action-yellow: #C8102E;    /* one conversion colour: red */
  --on-yellow: #FFFFFF;        /* white text/icon on red */
}

/* Combos that were yellow-on-blue in the Swedish theme and would collapse
 * into red-on-red here: */
.logo-mark, .brand::before { color: #fff; }
.ready-badge.is-ready { background: #fff; color: var(--brand-blue); }
.ring { background: conic-gradient(#fff calc(var(--pct, 0) * 1%), rgba(255, 255, 255, .22) 0); }
