// -----------------------------------------------------------------------------
// This file contains very basic styles.
// -----------------------------------------------------------------------------

// Import Google Fonts
@import url($path-to-fonts);

html * {
  @include font-smoothing;
}

a {
  transition: $transition-base;
  text-decoration: none;
}

@media (min-width: 992px) {
  .contain-sub-1__content-xl {
      max-height: calc(-160px + 100vh) !important;
      overflow: scroll;
  }
}
