/*Titlos*/
@font-face {
  font-family: "baskerville";
  src: url("http://localhost/g_almare/res/fonts/baskerville.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fuente contenido */
@font-face {
  font-family: "myria";
  src: url("http://localhost/g_almare/res/fonts/myria-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myria";
  src: url("http://localhost/g_almare/res/fonts/myria-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myria";
  src: url("http://localhost/g_almare/res/fonts/myria-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* clases para asignar fuentes*/
.font-baskerville {
  font-family: "baskerville", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.font-myria{
  font-family: "myria", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; /* peso por defecto */
}
.font-myria-b{
  font-family: "myria", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700; /* peso por defecto */
}
.font-myria-l{
  font-family: "myria", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300; /* peso por defecto */
}