/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
@font-face {
  font-family: "Lato-Light";
  src: url("/assets/Lato/Lato-Light-810ad1a7.ttf");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("/assets/Lato/Lato-Regular-3d716aad.ttf");
  font-weight: normal;
  font-style: normal;
}

 body {
  font-family: "Lato-Regular";
 }

 h1 {
  font-family: "Lato-Light";
 }

 h5 {
  font-size: 75px;
 }

@media (max-width: 768px) {
  .sj36-reserve-iframe {
    min-width: 0 !important;
    max-width: 100vw !important;
    width: 100% !important;
    padding: 0 8px !important;
  }
}