@font-face {
  font-family: 'FS Albert ExtraBold';
  src: url('../../assets/fonts/FSAlbert ExtraBold/FSAlbert ExtraBold.otf')
    format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundo Sans Regular';
  src: url('../../assets/fonts/Mundo\ Sans\ Std\ Regular/Mundo Sans Std Regular.otf')
    format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors - auto-generated from site.js */
  --color-one: #365a79;
  --color-two: #95c59f;
  --color-three: #0c1d27;
  --color-white: #fefffb;
  --subtle-shadow: rgba(0, 0, 0, 0.2);
  
  /* Fonts - auto-generated from site.js */
  --font-one: &#39;FS Albert ExtraBold&#39;;
  --font-two: &#39;Mundo Sans Regular&#39;;
  --font-three: &#39;Times New Roman&#39;;
}