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

@font-face {
    font-family: 'graphikregular';
    src: url('https://26117832.fs1.hubspotusercontent-eu1.net/hubfs/26117832/raw_assets/public/Absolut%20child%20-%20Yapstone/fonts/graphik-light-webfont.woff2') format('woff2'),
         url('https://26117832.fs1.hubspotusercontent-eu1.net/hubfs/26117832/raw_assets/public/Absolut%20child%20-%20Yapstone/fonts/graphik-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'nib_prolight_italic';
    src: url('https://26117832.fs1.hubspotusercontent-eu1.net/hubfs/26117832/raw_assets/public/Absolut%20child%20-%20Yapstone/fonts/nibpro-lightitalic-webfont.ttf') format('truetype');

}

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
  scroll-behavior: smooth;
}
body, p {
  
font-family: graphikregular;
}
  
 

.dnd-section h1,
.dnd-section h2,
.dnd-section h3,
.dnd-section h4,
.dnd-section h5,
.dnd-section h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: graphikregular;
  font-weight: 400;
  line-height: 1;
}

.textHighlight {
  font-family: nib_prolight_italic;
  /*letter-spacing: -0.02em;
    font-size: 1.2em;
  font-weight:100;*/
}

button,
.button,
input[type=submit],
.hs-button {
  
  font-family: graphikregular;
  font-weight: 600;
}

.quote,
.textFocusedTestimonial .textFocusedTestimonial__text,
.hs-form-field > label {
  font-family: graphikregular !important;
  font-weight: 400;
  
}

.main_content-row-0-background-color img {
  border-radius: 24px !important;
  )