/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

* {
  transition: all 0.1s ease;
}
html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, .g-main-nav {
  font-family: "Bricolage Grotesque", system-ui, -apple-system, sans-serif;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
a {
  transition: 0.3s ease-in-out;
  transform: scale(1) translateZ(0) perspective(1px);
}
a:hover {
  transform: scale(1.02) translateY(-2px) perspective(1px);
}
a:active {
  transform: scale(0.98) translateY(2px) perspective(1px);
}
.bold, strong {
  font-weight: 600;
}
.button {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
@media only all and (max-width: 47.99rem) {
  #g-header .g-logo {
    max-width: 50%;
  }
}
/*# sourceMappingURL=custom_19.css.map */