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

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

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

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

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

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

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

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