/* =================================================== */
/* FONT FACES */
/* =================================================== */

@font-face {
  font-family: EraIcons;
  font-style: normal;
  font-weight: 400;
  src: url('../../../app/core/assets/fonts/EraIcons/EraIcons-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 200;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-XLight.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 200;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-XLightItalic.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 300;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-Light.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 300;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-LightItalic.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-Book.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 400;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-BookItalic.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-Medium.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 500;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-MediumItalic.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 600;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-Bold.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 600;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-BoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 700;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-Black.woff2') format('woff2');
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 700;
  src: url('../../../app/core/assets/fonts/Gotham/Gotham-BlackItalic.woff2') format('woff2');
}
