/* ===============================
   SERIF – DIDOT
   =============================== */

@font-face {
  font-family: 'Didot';
  src:
    url('../fonts/Didot-Regular.woff2') format('woff2'),
    url('../fonts/Didot-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src:
    url('../fonts/Didot-Italic.woff2') format('woff2'),
    url('../fonts/Didot-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


/* ===============================
   SANS – PROXIMA NOVA
   =============================== */

@font-face {
  font-family: 'Proxima Nova';
  src:
    url('../fonts/Proxima-Nova-Light.woff2') format('woff2'),
    url('../fonts/Proxima-Nova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src:
    url('../fonts/Proxima-Nova-Regular.woff2') format('woff2'),
    url('../fonts/Proxima-Nova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src:
    url('../fonts/Proxima-Nova-Semibold.woff2') format('woff2'),
    url('../fonts/Proxima-Nova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src:
    url('../fonts/Proxima-Nova-Thin.woff2') format('woff2'),
    url('../fonts/Proxima-Nova-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
