/* =========================================================
  FONTS LOCALES
   ========================================================= */

/* Canela Web */
@font-face {
  font-family: "Canela Web";
  src: url("../fonts/canela/Canela-Web-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela Web";
  src: url("../fonts/canela/Canela-Web-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gelasio */
@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/gelasio-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/gelasio-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/gelasio-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Open Sans */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/open-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/open-sans-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/open-sans-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Beth Ellen */
@font-face {
  font-family: "Beth Ellen";
  src: url("../fonts/beth-ellen/beth-ellen-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}