/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Round Corner on All Images */
img {
  -webkit-border-radius: 10px;
  border-radius: 10px; !!important
}

/* Round Corner on Blog */
<style>

.blog-index__post-image--large {
    border-radius: 25px 0px 0px 25px;
}

.dnd-blog-listing .blog-index__post--large.pull-up-card {
    border-radius: 25px;
}

.hhs-blog-card-inner {
    border-radius: 25px;
}  

.blog-index__post img {
    border-radius: 25px 25px 0px 0px;
}
  
.blog-index__post--small .blog-index__post-image {
    border-radius: 25px 25px 0 0;
}  
  
</style>

/*** CUSTOM UPLOADED FONTS 
  * Remove the @font-face block below if you're loading Adobe Type Kit.
***/

@font-face {
 font-family: 'Klavika-Light'; 
 src: url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/Klavika-Light.eot?') format('eot'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/Klavika-Light.woff') format('woff'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/Klavika-Light.ttf.ttf') format('truetype');
}
@font-face {
 font-family: 'Klavika-Regular'; 
 src: url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/Klavika-Regular.eot?') format('eot'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/Klavika-Regular.woff') format('woff'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/Klavika-Regular.ttf.ttf') format('truetype');
}
@font-face {
 font-family: 'WorkSans-Light'; 
 src: url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-Light.eot?') format('eot'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-Light.woff') format('woff'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-Light.ttf.ttf') format('truetype');
}
@font-face {
 font-family: 'WorkSans-SemiBold'; 
 src: url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-SemiBold.eot?') format('eot'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-SemiBold.woff') format('woff'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-SemiBold.ttf.ttf') format('truetype');
}
@font-face {
 font-family: 'WorkSans-Thin'; 
 src: url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-Thin.eot?') format('eot'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-Thin.woff') format('woff'), url('https://6200615.fs1.hubspotusercontent-na1.net/hubfs/6200615/Fonts/WorkSans-Thin%2cttf.ttf') format('truetype');
}
  /*** FONTS FOR EASY COPY & PASTE 
   * 
   * Add Name of Your Fonts Here
   * 
   * ***/


/******  WEBSITE HEADINGS ******/
h1 {font-family: 'Klavika-Regular', sans-serif !important;}
h2 {font-family: 'Klavika-Regular', sans-serif !important;}
h3 {font-family: 'Klavika-Regular', sans-serif !important;}
h4 {font-family: 'Klavika-Regular', sans-serif !important;}
h5 {font-family: 'WorkSans-SemiBold', sans-serif !important;}
h6 {font-family: 'WorkSans-Light', sans-serif !important;}

/****** PARAGRAPHS AND LISTS ******/

p {font-family: 'WorkSans-Light', sans-serif !important;}
li, ol {font-family: 'WorkSans-Light', sans-serif !important;}
blockquote {font-family: 'Klavika-Regular', sans-serif !important;}


/******  BLOG HEADINGS ******/
h1.blog-post__title {font-family: 'Klavika-Regular', sans-serif !important;}
.blog-post h2 {font-family: 'Klavika-Regular', sans-serif !important;}
.blog-post h3 {font-family: 'WorkSans-Light', sans-serif !important;}
.blog-post h4 {font-family: 'WorkSans-Light', sans-serif !important;}
.blog-post h5 {font-family: 'WorkSans-Light', sans-serif !important;}
.blog-post h6 {font-family: 'WorkSans-Light', sans-serif !important;}

/****** BLOG PARAGRAPHS AND LISTS ******/

#comments-listing .comment-body p,
.blog-post p,
.blog-post span {font-family: 'WorkSans-Light', sans-serif !important;}
.blog-post li, .blog-post ol {font-family: 'WorkSans-Light', sans-serif !important;}


/****** CALLS TO ACTION ******/
.cta-primary,
.cta-primary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary 
  {font-family: 'Klavika-Regular', sans-serif !important;}

.cta-secondary,
.cta-secondary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary
  {font-family: 'Klavika-Regular', sans-serif !important;}

.cta-tertiary,
.cta-tertiary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary
  {font-family: 'Klavika-Regular', sans-serif !important;}

.cta-four,
.cta-secondary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary
  {font-family: 'Klavika-Regular', sans-serif !important;}

.cta-five,
.cta-tertiary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary
  {font-family: 'Klavika-Regular', sans-serif !important;}



/****** FORM ELEMENTS ******/

.hs-button,
.button--primary {font-family: 'Klavika-Regular', sans-serif !important;}

.submit-alt .hs-button,
.submit-alt .button--primary {font-family: 'Klavika-Regular', sans-serif !important;}

/* INPUT TEXT FIELD */

form,
.submitted-message,
select,
.hs-input {font-family: 'WorkSans-Light', sans-serif !important;}

/* FORM LABEL */

.hs-fieldtype-checkbox > label,
.hs-form label {font-family: 'WorkSans-Light', sans-serif !important;}

/* CHECKBOX AND RADIO BUTTONS */

.hs_radio_buttons .hs-form-radio label,
.hs_single_checkbox label,
.hs-form label.hs-form-radio-display span,
.hs-fieldtype-checkbox .hs-form-checkbox label,
.hs-form-booleancheckbox label 
  {font-family: 'WorkSans-Light', sans-serif !important;}

/* HELP TEXT */

.hs-form legend {font-family: 'WorkSans-Light', sans-serif !important;}

/* GDPR TEXT */

.legal-consent-container,
.legal-consent-container p {font-family: 'WorkSans-Light', sans-serif !important;}

/* ERROR MESSAGE */

.hs-error-msgs label {font-family: 'WorkSans-Light', sans-serif !important;}


/* HEADER */

.hhs-lang-switch .lang_list_class li a,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-family: 'Klavika-Regular', sans-serif !important;
  
}

/* FOOTER  */

.hhs-foot-rss h5, .hhs-foot-nav-col h5 {
  font-family: 'Klavika-Regular', sans-serif !important;
}

.hhs-foot-nav-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-family: 'Klavika-Regular', sans-serif !important;
}


/* Blog Listing Search Button  */
.blog-filter-search .hs-search-field__bar button {
  background-color: #e99e26 !important;
}