@charset "UTF-8";
@font-face {
  font-family: "Lora";
  /* nombre que usarás */
  src: url("../../fonts/Lora-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  /* rango completo (wght)  */
  font-stretch: 75% 125%;
  /* eje 'wdth' opcional   */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inconsolata";
  /* nombre que usarás */
  src: url("../../fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-weight: 200 900;
  /* rango completo del eje wght  */
  font-stretch: 62.5% 125%;
  /* eje wdth (condensed → expanded) */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LoraItalic";
  /* nombre que usarás */
  src: url("../../fonts/Lora-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  /* rango completo (wght)  */
  font-stretch: 75% 125%;
  /* eje 'wdth' opcional   */
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inconsolata", sans-serif;
}
body.page--nuestra-historia {
  background: #F9F4EF;
}
body.page--contacto {
  background: #071307;
}

div#ast-scroll-top.ast-scroll-top-icon {
  border-radius: 100%;
  background-color: #111D11;
  border: 2px solid #F9F4EF;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=global.css.map */
