/* great-vibes-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/great-vibes-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* quicksand-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  body{
    font-family: 'Quicksand';
    font-size: 19px;
  }
    h1{
      font-family: 'Great Vibes';
    }
      h2{
        font-family: 'Great Vibes';
      }
        h3{
          font-family: 'Quicksand';
        }
          h4{
            font-family: 'Quicksand';
          }

  .qx-navbar-nav>li>a {
    font-family: 'Quicksand';
    text-transform: none;
  }

  .footer a, .footer a:hover{
    color: white;
  }

