/* Light */
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/woff2/OverusedGrotesk-Light.woff2') format('woff2'),
       url('../fonts/woff/OverusedGrotesk-Light.woff') format('woff'),
       url('../fonts/ttf/OverusedGrotesk-Light.ttf') format('truetype'),
       url('../fonts/otf/OverusedGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/woff2/OverusedGrotesk-LightItalic.woff2') format('woff2'),
       url('../fonts/woff/OverusedGrotesk-LightItalic.woff') format('woff'),
       url('../fonts/ttf/OverusedGrotesk-LightItalic.ttf') format('truetype'),
       url('../fonts/otf/OverusedGrotesk-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Book */
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/woff2/OverusedGrotesk-Book.woff2') format('woff2'),
       url('../fonts/woff/OverusedGrotesk-Book.woff') format('woff'),
       url('../fonts/ttf/OverusedGrotesk-Book.ttf') format('truetype'),
       url('../fonts/otf/OverusedGrotesk-Book.otf') format('opentype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

/* Book Italic */
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/woff2/OverusedGrotesk-BookItalic.woff2') format('woff2'),
       url('../fonts/woff/OverusedGrotesk-BookItalic.woff') format('woff'),
       url('../fonts/ttf/OverusedGrotesk-BookItalic.ttf') format('truetype'),
       url('../fonts/otf/OverusedGrotesk-BookItalic.otf') format('opentype');
  font-weight: 350;
  font-style: italic;
  font-display: swap;
}

/* Roman */
@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/woff2/OverusedGrotesk-Roman.woff2') format('woff2'),
       url('../fonts/woff/OverusedGrotesk-Roman.woff') format('woff'),
       url('../fonts/ttf/OverusedGrotesk-Roman.ttf') format('truetype'),
       url('../fonts/otf/OverusedGrotesk-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}