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

/*  Typography   */

@import url("https://use.typekit.net/mew0myq.css");

:root {
    --ff-base: miller-text, serif; !important;
    --ff-accent: organetto-variable, sans-serif; font-variation-settings: "wdth" 10, "wght" 45;  !important;
}

.pwr-post-header__title {
 font-size: 65px;
 line-height: 90px;
}

.pwr-price-table__title {
    font-size: var(--fs-h3) !important;
}