/* Cleaned-up webfont CSS */

/* Geomanist Regular */
@font-face {
  font-family: 'Geomanist';
  src: url('./Geomanist/Geomanist-Regular.ttf') format('truetype'),
       url('./Geomanist/Geomanist-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Geomanist Italic */
@font-face {
  font-family: 'Geomanist';
  src: url('./Geomanist/Geomanist-Italic 400.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Geomanist Medium */
@font-face {
  font-family: 'Geomanist';
  src: url('./Geomanist/Geomanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Geomanist Bold */
@font-face {
  font-family: 'Geomanist';
  src: url('./Geomanist/Geomanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Geomanist Black */
@font-face {
  font-family: 'Geomanist';
  src: url('./Geomanist/Geomanist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Geomanist Ultra */
@font-face {
  font-family: 'Geomanist';
  src: url('./Geomanist/Geomanist-Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Marr Sans Condensed Medium */
@font-face {
  font-family: 'Marr Sans Condensed';
  src: url('./Marr Sans/MarrSansCondensed-Medium-Reduced.woff.ttf') format('truetype'),
       url('./Marr Sans/MarrSansCondensed-Medium-Reduced.woff 2.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Marr Sans Condensed Bold */
@font-face {
  font-family: 'Marr Sans Condensed';
  src: url('./Marr Sans/Marr Sans Cond Web Bold Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* WorkSans Thin */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* WorkSans ExtraLight */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* WorkSans Light */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* WorkSans Regular */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* WorkSans Italic */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* WorkSans Medium */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* WorkSans SemiBold */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* WorkSans Bold */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* WorkSans ExtraBold */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* WorkSans Black */
@font-face {
  font-family: 'WorkSans';
  src: url('./Work Sans/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
