/********************
  Julius Sans One
*********************/
@font-face {
  font-family: 'Julius Sans One';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/res/fonts/JuliusSansOne/JuliusSansOne-Regular.woff2') format('woff2'),
  url('/res/fonts/JuliusSansOne/JuliusSansOne-Regular.woff') format('woff');
}

/********************
  Prompt
*********************/
@font-face {
  font-family: 'Prompt';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/res/fonts/Prompt/Prompt-Light.woff2') format('woff2'),
      url('/res/fonts/Prompt/Prompt-Light.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/res/fonts/Prompt/Prompt-Regular.woff2') format('woff2'),
      url('/res/fonts/Prompt/Prompt-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Prompt';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/res/fonts/Prompt/Prompt-Bold.woff2') format('woff2'),
      url('/res/fonts/Prompt/Prompt-Bold.woff') format('woff');
}