/* Infinite Fusion — brand colours
   Source: Identity Guidelines, primary palette (p.18) + mustard yellow.
   Colours only. No typography, spacing, or component styles. */

:root {
  /* Primary */
  --sky-blue: #1640ff;
  --night-blue: #02023a;
  --white: #ffffff;

  /* Secondary */
  --mustard-yellow: #f69400;

  /* Channel triplets, for rgb() with alpha:
     e.g. background: rgb(var(--sky-blue-rgb) / 0.12); */
  --sky-blue-rgb: 22 64 255;
  --night-blue-rgb: 2 2 58;
  --white-rgb: 255 255 255;
  --mustard-yellow-rgb: 246 148 0;
}
