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

/* @import url("https://use.typekit.net/vdd7qhg.css"); */
@import url("https://use.typekit.net/cpj0zzv.css");

:root {
  /*
  --ff-base: ff-utility-web-pro,sans-serif; !important;
  --ff-accent: ff-utility-web-pro, sans-serif !important;
  */
  --ff-base:  interstate, sans-serif; !important;
  --ff-accent: industry, sans-serif !important; 
}

h1, h2, h3, h4, h5 {line-height: normal; text-transform: uppercase; }
strong { font-weight: 700; }

.pwr-hero__basic-info, .pwr-price-table__price--style-full-1 {font-family:var(--ff-accent); text-transform:uppercase;}

/*****************************************/