/* Polices hébergées localement (icônes ETmodules + FontAwesome + Google Fonts) */

/* --- Google Fonts (variable, latin) --- */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(../fonts/google/opensans.woff2) format("woff2");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(../fonts/google/opensans-italic.woff2) format("woff2");
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/google/worksans.woff2) format("woff2");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/google/raleway.woff2) format("woff2");
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/google/raleway-italic.woff2) format("woff2");
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/google/karla.woff2) format("woff2");
}

@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(../fonts/google/karla-italic.woff2) format("woff2");
}

@font-face {
  font-family: 'Suranna';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/google/suranna.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/google/montserrat.woff2) format("woff2");
}

/* --- Icônes DIVI --- */

@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(../fonts/modules/all/modules.woff) format("woff"),
    url(../fonts/modules/all/modules.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2");
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2");
}
