/* @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    */
/*****************************************/

/* CSS FOR CUSTOM FONTS */

@font-face {
    font-family: 'Ariata Display Bold';
    src: local('Ariata Display Bold"'), 
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Ariata/AriataDisplay-Medium.woff') format('woff'),
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Ariata/AriataDisplay-Medium.woff2') format('woff2');
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Ariata/AriataDisplay-Medium.eot') format('eot');
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Ariata/AriataDisplay-Medium.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Aeonik Regular';
    src: local('Aeonik Regular"'), 
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Aeonik/Aeonik-Regular.woff') format('woff'),
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Aeonik/Aeonik-Regular.woff2') format('woff2');
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Aeonik/Aeonik-Regular.eot') format('eot');
         url('https://14530506.fs1.hubspotusercontent-na1.net/hubfs/14530506/LM2%20Branding%20Assets/Font-Aeonik/Aeonik-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6 {font-family: "Ariata Display Bold", Times, serif; !important; font-weight: normal}
p {font-family: "Aeonik", "Aeonik Regular", Arial, sans-serif !important;}
body {font-family: "Aeonik", "Aeonik Regular", Arial, sans-serif !important; }