

    :root {
      --startup-font-family: Neue Helvetica;
      --startup-primary-color: #0077c7;
      --startup-secondary-color: #213441;
      --startup-tertiary-color: #AEB6BF;
      --startup-header-color: #0077c7;
      --startup-primary-background-color: #034e7c;
      --startup-secondary-background-color: #ffffff;
      --startup-text-color: #ffffff;
      --startup-button-text-color: #FFFFFF;
      --startup-button-background-color: #0077c7;
      
    
    --startup-h1-size: 26px;
    --startup-h2-size: 22px;
    --startup-h3-size: 20px;
    --startup-h4-size: 18px;
    --startup-h5-size: 16px;
    --startup-h6-size: 14px;
    --startup-text-size: 15px;
    --startup-header-line-height: 33px;
  
    
    @media (max-width: 768px) {
      
    --startup-h1-size: 24px;
    --startup-h2-size: 20px;
    --startup-h3-size: 18px;
    --startup-h4-size: 16px;
    --startup-h5-size: 14px;
    --startup-h6-size: 12px;
    --startup-text-size: 13px;
    --startup-header-line-height: 31px;
  

      button,
      a.startup-themed-button {
        font-size: 14px;
      }

    }
  
    
    }

  

      @font-face {
        font-family: 'Neue Helvetica';
        font-weight: normal;
      src: url('https://app-assets.venturz.co/assets/fonts/external/Neue Helvetica/Neue Helvetica-Regular.woff') format('truetype');
      }
    
      @font-face {
        font-family: 'Neue Helvetica';
        font-style: normal;
        font-weight: 450;
        src: url('https://app-assets.venturz.co/assets/fonts/external/Neue Helvetica/Neue Helvetica-Medium.woff') format('truetype');
      }
    
      @font-face {
        font-family: 'Neue Helvetica';
        font-weight: bold;
        src: url('https://app-assets.venturz.co/assets/fonts/external/Neue Helvetica/Neue Helvetica-Bold.woff') format('truetype');
      }

    