/* assistant-300 - 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: 'Assistant';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/assistant-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* assistant-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: 'Assistant';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/assistant-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* assistant-500 - 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: 'Assistant';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/assistant-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* assistant-600 - 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: 'Assistant';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/assistant-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* assistant-700 - 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: 'Assistant';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/assistant-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* assistant-800 - 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: 'Assistant';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/assistant-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  body{
    font-family: 'Assistant';
    font-weight: 300;
    font-size: 1rem;
  }
  h1{
    font-family: 'Assistant';
    font-weight: 300;
    text-transform: uppercase;
  }
  h2{
    font-family: 'Assistant';
    font-weight: 300;
    text-transform: uppercase;
  }
  h3{
    font-family: 'Assistant';
    font-weight: 300;
    text-transform: uppercase;
  }
  h4{
    font-family: 'Assistant';
    font-weight: 300;
    text-transform: uppercase;
  }

  .qx-navbar-nav>li>a{
    margin-top: 20px;
    font-family: 'Assistant';
    font-weight: 600;
  }

  .color-blue{
    color: #41428E;
    font-weight: 800;
  }

  .color-blue a, .color a:hover{
    font-weight: 800;
    color: #41428E;
  }

  .divider{
        height: 2px; 
        background: linear-gradient(to right, red, yellow);
  }

  .link-black a, .link-black a:hover{
    color: black;
  }


  .menu-div{
    height: 2px; 
    background: linear-gradient(to right, #151A72,red, yellow);
  }