/* ==========================================
   E3 EXHIBITION - WEBFONTS
   Anton für Headlines, Roboto Condensed für Body Text
   ========================================== */

/* Anton - für große Headlines */
@font-face {
  font-display: swap;
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/anton-v22-latin-regular.woff2') format('woff2'),
       url('../assets/fonts/anton-v22-latin-regular.woff') format('woff');
}

/* Roboto Condensed - Light (300) */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'),
       url('../assets/fonts/roboto-condensed-v25-latin-300.woff') format('woff'),
       url('../assets/fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'),
       url('../assets/fonts/roboto-condensed-v25-latin-300.eot') format('embedded-opentype');
}

/* Roboto Condensed - Regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
       url('../assets/fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
       url('../assets/fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
       url('../assets/fonts/roboto-condensed-v25-latin-regular.eot') format('embedded-opentype');
}

/* Roboto Condensed - Bold (700) */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
       url('../assets/fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
       url('../assets/fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
       url('../assets/fonts/roboto-condensed-v25-latin-700.eot') format('embedded-opentype');
}