/* ------------ Variables ------------- */
:root {
  --theme-blue: #003971;
  --theme-grey: #787581;
  --theme-light-grey: #F6F9FC;
  --theme-dark-grey: #323232;
  --theme-font: 'Noto Sans';
  --theme-heading-font: 'Noto Sans Bold';
}