/* You can add global styles to this file, and also import other style files */

@font-face {
  font-family: 'Scandinavian';
  src: url('./fonts/ScandinavianNew_400-Regular.woff')
    format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Scandinavian';
  src: url('./fonts/ScandinavianNew_400-Italic.woff')
    format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Scandinavian';
  src: url('./fonts/ScandinavianNew_500-MediumItalic.woff')
    format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Scandinavian';
  src: url('./fonts/ScandinavianNew_700-Bold.woff')
    format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Scandinavian';
  src: url('./fonts/ScandinavianNew_700-BoldItalic.woff')
    format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Scandinavian';
  src: url('./fonts/ScandinavianNew_900-Black.woff')
    format('woff');
  font-weight: 900;
  font-style: normal;
}