/**
* @license
*
* Font Family: FS Koopman
*
* FS Koopman Regular
* FS Koopman Bold
*
*/
@font-face {
  font-family: 'FSKoopman-Regular';
  src: url('../fonts/FSKoopman-Regular.woff2') format('woff2'),
       url('../fonts/FSKoopman-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'FSKoopman-Bold';
  src: url('../fonts/FSKoopman-Bold.woff2') format('woff2'),
       url('../fonts/FSKoopman-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
