/* DM Sans Variable (normal) */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 900; /* rango variable */
  font-display: swap;
  src: url("../fonts/dm-sans/dmsans-regular.woff2") format("woff2");
}

/* DM Sans Variable (italic) */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 900; /* rango variable */
  font-display: swap;
  src: url("../fonts/dm-sans/dmsans-italic.woff2") format("woff2");
}

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

/* Garbata (italic) */
/* @font-face {
  font-family: "Garbata";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/garbata/garbata-italic.woff2") format("woff2");
} */

/* Lora Variable, utilitzem el nom Garbata per no tocar res més (normal) */
@font-face {
  font-family: "Garbata";
  font-style: normal;
  font-weight: 400 700; /* rango variable */
  font-display: swap;
  src: url("../fonts/lora/lora-variable.woff2") format("woff2");
}

/* DM Sans Variable (italic) */
@font-face {
  font-family: "Garbata";
  font-style: italic;
  font-weight: 400 700; /* rango variable */
  font-display: swap;
  src: url("../fonts/dm-sans/lora-italic-variable.woff2") format("woff2");
}
