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

@font-face { 
  font-family: 'GT Alpina';  
  src: url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/GT-Alpina-Standard-Bold.woff") format('woff'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/GT-Alpina-Standard-Bold.woff2") format('woff2'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/GT-Alpina-Standard-Bold.ttf") format('truetype');
  }

@font-face { 
  font-family: 'CentraNo2-book';  
  src: url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-Book.eot") format('eot'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-Book.woff") format('woff'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-Book.woff2") format('woff2');
  }
  
@font-face { 
  font-family: 'CentraNo2-bold';  
  src: url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-Bold.eot") format('eot'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-Bold.woff") format('woff'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-Bold.woff2") format('woff2');
  }

@font-face { 
  font-family: 'CentraNo2-book';  
  src: url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-BookItalic.eot") format('eot'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-BookItalic.woff") format('woff'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-BookItalic.woff2") format('woff2');
  font-style: italic;
  }
  
  
@font-face { 
  font-family: 'CentraNo2-bold';  
  src: url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-BoldItalic.eot") format('eot'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-BoldItalic.woff") format('woff'), 
       url("//21650617.fs1.hubspotusercontent-na1.net/hubfs/21650617/raw_assets/public/CentraNo2-BoldItalic.woff2") format('woff2');
  font-style: italic;
  }
  

body, p {
  font-family: 'CentraNo2-book', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,h2,h3 {
  font-family: 'CentraNo2-bold', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h4,h5,h6 {
  font-family: 'GT Alpina', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.centra-book {
  font-family: font-family: 'CentraNo2-book', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.centra-bold {
  font-family: font-family: 'CentraNo2-bold', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.gt-alpina {
  font-family: font-family: 'GT Alpina', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}