/* Santander Micro Text - Regular */
@font-face {
  font-family: "Santander";
  src: local("Santander Micro Text Regular"),
    url("SantanderMicroText.woff2") format("woff2"),
    url("SantanderMicroText.woff") format("woff"),
    url("SantanderMicroText.ttf") format("truetype"),
    url("SantanderMicroText.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Santander Micro Text - Bold */
@font-face {
  font-family: "Santander";
  src: local("Santander Micro Text Bold"),
    url("SantanderMicroText-Bd.woff2") format("woff2"),
    url("SantanderMicroText-Bd.woff") format("woff"),
    url("SantanderMicroText-Bd.ttf") format("truetype"),
    url("SantanderMicroText-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
