/* Metropolis — la tipografía que la corporativa de Sanitas sirve bajo el nombre
   de familia "Bupa". Es software libre (SIL Open Font License 1.1), así que se
   puede auto-alojar sin problema. Archivos tomados de static.sanitas.es. */
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Metropolis-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Metropolis-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Metropolis-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Metropolis-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Metropolis-Bold.woff2") format("woff2");
}
