@charset "utf-8";

/* =========================
   SOURCE SERIF 4 (Static)
   Rutas RELATIVAS
========================= */

@font-face{
  font-family: "Source Serif 4";
  src: url("SourceSerif4-Regular.ttf.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Source Serif 4";
  src: url("SourceSerif4-It.ttf.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "Source Serif 4";
  src: url("SourceSerif4-Semibold.ttf.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Source Serif 4";
  src: url("SourceSerif4-SemiboldIt.ttf.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}