:root {
  /* Navy palette */
  --navy: #2C4A6B;
  --nd: #1F3754;
  --nk: #172B42;
  --nx: #0F1F30;

  /* Orange accent */
  --or: #E28A2F;
  --og: #F0A050;
  --od: #C97520;

  /* Sky / light backgrounds */
  --sky: #C8D8E8;
  --sl: #DAE5EF;
  --sp: #E8EFF5;

  /* Neutrals & text */
  --w: #FFFFFF;
  --tx: #1C2C3C;
  --tm: #3E5468;
  --tl: #6B7F92;
  --tmu: #94A3B4;

  /* Font & easing */
  --f: 'Plus Jakarta Sans', system-ui, sans-serif;
  --e: cubic-bezier(.25, .9, .35, 1);

  /* Logo (SVG/PNG) – einheitliche Eckenrundung */
  --logo-radius: 12px;
}
