/* Shared FHM colour palette. Loaded on every page so the custom properties are
   available wherever gamification markup renders (e.g. the XP bar in the nav). */
:root {
    --fhm-blue: #0F306E;
    --fhm-purple: #9933FF;
    --fhm-orange: #FC8F17;
    --fhm-green: #2CE17A;
    --fhm-pink: #FF3195;
    --fhm-light-gray: #f9f9f9;
    --fhm-gray: #dee2e6;
    --fhm-dark-gray: #322B2B;
}
