@font-face {
  font-family: MontserratClassic;
  src: url('./fonts/montserrat/Montserrat-Regular.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 900;
  src: url('./fonts/montserrat/Montserrat-Black.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 800;
  src: url('./fonts/montserrat/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 700;
  src: url('./fonts/montserrat/Montserrat-Bold.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 600;
  src: url('./fonts/montserrat/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 500;
  src: url('./fonts/montserrat/Montserrat-Medium.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 400;
  src: url('./fonts/montserrat/Montserrat-Regular.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 300;
  src: url('./fonts/montserrat/Montserrat-Thin.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 200;
  src: url('./fonts/montserrat/Montserrat-Light.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-weight: 100;
  src: url('./fonts/montserrat/Montserrat-ExtraLight.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 900;
  src: url('./fonts/montserrat/Montserrat-BlackItalic.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 800;
  src: url('./fonts/montserrat/Montserrat-ExtraBoldItalic.otf')
    format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/montserrat/Montserrat-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/montserrat/Montserrat-SemiBoldItalic.otf')
    format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/montserrat/Montserrat-MediumItalic.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/montserrat/Montserrat-RegularItalic.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/montserrat/Montserrat-ThinItalic.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 200;
  src: url('./fonts/montserrat/Montserrat-LightItalic.otf') format('opentype');
}

@font-face {
  font-family: MontserratClassic;
  font-style: italic;
  font-weight: 100;
  src: url('./fonts/montserrat/Montserrat-ExtraLightItalic.otf')
    format('opentype');
}

@font-face {
  font-family: SpecialElite;
  src: url('./fonts/Special_Elite/SpecialElite-Regular.ttf') format('opentype');
}
