/* src/styles/icv-fonts.css */
/* Iglesia Vida brand fonts, hotlinked from icvida.org uploads. */
@font-face {
  font-family: "BomstadDisplay";
  font-weight: 500;
  font-display: swap;
  src: url(https://icvida.org/wp-content/uploads/2024/12/BomstadDisplay-Medium-1.woff2) format("woff2");
}
@font-face {
  font-family: "BomstadDisplay";
  font-weight: 700;
  font-display: swap;
  src: url(https://icvida.org/wp-content/uploads/2024/12/BomstadDisplay-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "LinearGrotesk";
  font-weight: 400;
  font-display: swap;
  src: url(https://icvida.org/wp-content/uploads/2024/12/LinearGrotesk-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format("woff2");
}