/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

/* 
body {
    color: #232627;
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
} */

/*
 * Type
 */

/* h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
}

h2 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.25rem;
}

h3 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.875rem;
}

h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5625rem;
}

.hs_cos_wrapper_type_inline_rich_text h2 {
  margin-top: 16px;
}

.ac-cta {
    border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    cursor: pointer;
    font-size: 14px;
    font-style: italic;
    line-height: 10px;
    outline: none;
    padding: 10px 20px;
    text-align: center;
}

.ac-cta--whitepaper-campaign {
    background: linear-gradient(135deg, #FF3E70 0%, #FFB000 100%);
}

.ac-cta--whitepaper-campagin:hover {
    transform: scale(1.1);
} */