
/* GENERAL STYLES */
.x-large {
  font-size: 40px;
}

/* SPLIDE STYLES */
.splide__arrow.splide {
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    background: none;
  }
  .splide img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
  }


  .lato-thin {
  font-family: "Lato", system-ui;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", system-ui;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", system-ui;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", system-ui;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", system-ui;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", system-ui;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", system-ui;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", system-ui;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", system-ui;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", system-ui;
  font-weight: 900;
  font-style: italic;
}
