* {
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  scroll-behavior: smooth;
}
.wpbf-navigation-active {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
html, body {
  font-family: 'Open Sans';
}
h1, h2, h3 {
  font-family: Quattrocento, Sans-Serif;
}
h4, h5, h6 {
  font-family: inherit;
}
