@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/alegreya-latin-variable.woff2') format('woff2-variations');
  font-weight: 400 900;
  font-display: swap;
  font-style: normal;
}

/* Alegreya Sans NO es variable: un @font-face por peso. */
@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/alegreya-sans-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/alegreya-sans-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Alegreya Sans';
  src: url('../fonts/alegreya-sans-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
