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

/* Custom Fonts from Adobe Fonts (typekit) */
@import url("https://use.typekit.net/xba1jeq.css");

:root {
    --ff-base: field-gothic, sans-serif; !important;
    --ff-accent: octin-college, sans-serif; !important;
}

.pwr-header-full {
  min-height: 75px;
}

.pwr-hero__title {
  max-width : 1200px;
}