'1', 'weight' => '400' ) ); $font_display = woodmart_get_opt( 'icons_font_display' ); $icon_font_name = 'woodmart-font-'; if ( ! empty( $icon_font['font'] ) ) { $icon_font_name .= $icon_font['font']; } if ( ! empty( $icon_font['weight'] ) ) { $icon_font_name .= '-' . $icon_font['weight']; } $rounding = woodmart_get_opt( 'rounding_size', 'none' ); if ( 'none' === $rounding ) { $rounding = 0; } elseif ( 'custom' === $rounding ) { $custom_rounding = json_decode( woodmart_decompress( woodmart_get_opt( 'custom_rounding_size' ) ), true ); if ( ! empty( $custom_rounding['devices']['desktop']['value'] ) ) { $rounding = $custom_rounding['devices']['desktop']['value']; } else { $rounding = 0; } } ob_start(); ?> :root { /* FORMS */ --wd-form-brd-radius: 35px; --wd-form-brd-radius: 5px; --wd-form-brd-radius: 0px; --wd-form-brd-width: px; /* BUTTONS */ --btn-default-color: ; --btn-default-color-hover: ; --btn-default-bgcolor: ; --btn-default-bgcolor-hover: ; --btn-accented-color: ; --btn-accented-color-hover: ; --btn-accented-bgcolor: ; --btn-accented-bgcolor-hover: ; --btn-default-brd-radius: 0px; --btn-default-box-shadow: none; --btn-default-box-shadow-hover: none; --btn-default-box-shadow-active: none; --btn-default-bottom: 0px; --btn-accented-brd-radius: 0px; --btn-accented-box-shadow: none; --btn-accented-box-shadow-hover: none; --btn-accented-box-shadow-active: none; --btn-accented-bottom: 0px; --btn-default-bottom-active: -1px; --btn-default-brd-radius: 0px; --btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15); --btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15); --btn-accented-bottom-active: -1px; --btn-accented-brd-radius: 0px; --btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15); --btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15); --btn-default-brd-radius: 35px; --btn-default-box-shadow: none; --btn-default-box-shadow-hover: none; --btn-accented-brd-radius: 35px; --btn-accented-box-shadow: none; --btn-accented-box-shadow-hover: none; --btn-default-brd-radius: 5px; --btn-default-box-shadow: none; --btn-default-box-shadow-hover: none; --btn-accented-brd-radius: 5px; --btn-accented-box-shadow: none; --btn-accented-box-shadow-hover: none; /* LINKS */ --wd-link-color: ; --wd-link-color-hover: ; /* COLORS */ --wd-primary-color: ; --wd-alternative-color: ; /* TYPOGRAPHY */ --wd-text-font: "", Arial, Helvetica, sans-serif; --wd-text-font-size: px; --wd-text-font-style: ; --wd-text-font-weight: ; --wd-text-color: ; --wd-title-font:"", Arial, Helvetica, sans-serif; --wd-title-font-style: ; --wd-title-font-weight: ; --wd-title-transform: ; --wd-title-color: ; --wd-entities-title-font:"", Arial, Helvetica, sans-serif; --wd-entities-title-font-style: ; --wd-entities-title-font-weight: ; --wd-entities-title-color: ; --wd-entities-title-color-hover: ; --wd-entities-title-transform: ; --wd-alternative-font:"", Arial, Helvetica, sans-serif; --wd-alternative-font-style: ; --wd-widget-title-font:"", Arial, Helvetica, sans-serif; --wd-widget-title-font-size: px; --wd-widget-title-font-style: ; --wd-widget-title-font-weight: ; --wd-widget-title-transform: ; --wd-widget-title-color: ; --wd-header-el-font:"", Arial, Helvetica, sans-serif; --wd-header-el-font-size: px; --wd-header-el-font-weight: ; --wd-header-el-transform: ; --wd-brd-radius: px; } @font-face { font-weight: normal; font-style: normal; font-family: "woodmart-font"; src: url("") format("woff2"); font-display: ; } div.block-editor-writing-flow { background-color: ; } div.block-editor .editor-styles-wrapper .wp-block:not([data-align="full"]), div.block-editor .editor-styles-wrapper .wp-block[data-align="wide"] { max-width: 100%; } div.block-editor .editor-styles-wrapper .wp-block:not([data-align="full"]) { max-width: px; } div.block-editor .editor-styles-wrapper .wp-block[data-align="wide"] { max-width: px; }