.meter {
position: relative;
background: #555;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
display: block;
height: 100%;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
background-color: rgb(43,194,83);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(43,194,83)),
color-stop(1, rgb(84,240,84))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
-webkit-box-shadow:
inset 0 2px 9px  rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
-moz-box-shadow:
inset 0 2px 9px  rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
box-shadow:
inset 0 2px 9px  rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
position: relative;
overflow: hidden;
}
.meter > span:after, .animate > span > span {
content: "";
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
background-image:
-webkit-gradient(linear, 0 0, 100% 100%,
color-stop(.25, rgba(255, 255, 255, .2)),
color-stop(.25, transparent), color-stop(.5, transparent),
color-stop(.5, rgba(255, 255, 255, .2)),
color-stop(.75, rgba(255, 255, 255, .2)),
color-stop(.75, transparent), to(transparent)
);
background-image:
-moz-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
z-index: 1;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
}
.animate > span:after {
display: none;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
@-moz-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.orange > span {
background-color: #f1a165;
background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
background-color: #f0a3a3;
background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.black > span {
background-color: #A1A3AD;
background-image: -moz-linear-gradient(top, #A1A3AD, #35373D);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A1A3AD),color-stop(1, #35373D));
background-image: -webkit-linear-gradient(#A1A3AD, #35373D);
}
.blue > span {
background-color: #A2B1EF;
background-image: -moz-linear-gradient(top, #A2B1EF, #2462F2);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A2B1EF),color-stop(1, #2462F2));
background-image: -webkit-linear-gradient(#A2B1EF, #2462F2);
}
.yellow > span {
background-color: #EFEDA2;
background-image: -moz-linear-gradient(top, #EFEDA2, #F2EB24);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EFEDA2),color-stop(1, #F2EB24));
background-image: -webkit-linear-gradient(#EFEDA2, #F2EB24);
}
.white > span {
background-color: #FFFFFF;
background-image: -moz-linear-gradient(top, #FFFFFF, #696A6D);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #696A6D));
background-image: -webkit-linear-gradient(#FFFFFF, #696A6D);
}
.nostripes > span > span, .nostripes > span:after {
-webkit-animation: none;
-moz-animation: none;
background-image: none;
}  .wip-progress-widget {
padding: 7px;
}
.wip-progress-widget .widget-title {
text-align: center;
}
.progress-bar-class {
font-size: 13px;
font-family: "Noto Sans",sans-serif;
margin-top: 10px;
text-align: center;
}
.progress-bar-class.wip-title {
font-size: 16px;
}
.custom-hyperlinked a, .include-progress-link a {
text-decoration: underline !important;
outline: none !important;
border: none !important;
}  .wip-progress-shortcode {
width:100%;
}
.wip-progress-shortcode .inner {
margin: 0 auto;
width:50%;
}
.wip-progress-shortcode .widget-title {
text-align: center;
}.shariff{display:block !important;clear:both}.shariff ul{display:flex;flex-direction:row;flex-flow:row wrap;padding:0 !important;margin:0 !important}.shariff li{height:35px;box-sizing:border-box;list-style:none !important;overflow:hidden !important;margin:5px !important;padding:0 !important;text-indent:0 !important;border-left:0 none !important}.shariff a{position:relative;display:block !important;height:35px;padding:0;margin:0;box-sizing:border-box;border:0;text-decoration:none;background-image:none !important;text-align:left;box-shadow:none;cursor:pointer}.shariff a:hover{color:#fff;background-color:inherit !important;text-decoration:none !important}.shariff a:visited{color:inherit}.shariff .shariff-count{position:absolute;height:33px;top:0;right:0;margin:1px;padding:0 8px;background-color:rgba(255,255,255,0.5)}.shariff .shariff-count,.shariff .shariff-text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px;vertical-align:top}.shariff .shariff-text{padding-left:3px}.shariff .shariff-icon svg{width:32px;height:20px;padding:7px 1px;box-sizing:content-box !important}.shariff-button::before{content:none !important}.shariff .shariff-buttons .shariff-text-white{color:#fff}.shariff .shariff-buttons .shariff-hidezero{opacity:0}.shariff .theme-default a{color:#fff !important}.shariff .theme-default .shariff-icon svg path{fill:#fff}.shariff .theme-color .shariff-count{background-color:transparent !important;color:#fff !important}.shariff .theme-color .shariff-icon svg path{fill:#fff}.shariff .theme-grey a{background-color:#b0b0b0 !important}.shariff .theme-grey a:hover{background-color:inherit !important}.shariff .theme-grey .shariff-count{background-color:transparent;color:#fff !important}.shariff .theme-grey .shariff-icon svg path{fill:#fff}.shariff .theme-white a{background-color:#fff !important;border:1px solid #ddd}.shariff .theme-white a:hover{background-color:#eee !important;color:inherit}.shariff .theme-white svg{fill:currentColor}.shariff .theme-white .shariff-count{background-color:transparent;margin:0}.shariff .wcag_colors .shariff-count{color:#fff !important;background-color:rgba(255,255,255,0.2)}.shariff .shariff-buttons.theme-round li{width:35px !important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round a{position:relative;height:35px;border-radius:50%}.shariff .theme-round .shariff-icon svg{display:block;margin:auto;padding:8px 1px}.shariff .theme-round .shariff-text{display:block}.shariff .theme-round .shariff-count{display:inline;padding:0;right:0;left:0;top:0;background-color:transparent;color:transparent !important;text-align:center}.shariff .theme-round .shariff-count:hover{background-color:inherit !important;color:#fff !important}.shariff .theme-round .shariff-icon svg path{fill:#fff}.shariff .shariff-buttons.buttonsize-small li{height:25px !important}.shariff .shariff-buttons.buttonsize-small a{height:25px !important}.shariff .shariff-buttons.buttonsize-small.orientation-vertical li{width:115px}.shariff .shariff-buttons.buttonsize-small .shariff-icon svg{width:22px;height:15px;padding:5px 1px}.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff .shariff-buttons.buttonsize-small .shariff-count{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .shariff-buttons.buttonsize-small .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-small.theme-round li{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round a{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round .shariff-count{padding:0 !important;height:25px !important}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li{margin:5px 7px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:first-child{margin-left:5px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:last-child{margin-right:5px}.shariff .buttonsize-large li{height:45px !important}.shariff .buttonsize-large a{height:45px !important}.shariff .buttonsize-large.orientation-vertical li{width:155px}.shariff .buttonsize-large .shariff-icon svg{width:40px;height:28px;padding:9px 2px}.shariff .buttonsize-large .shariff-text,.shariff .buttonsize-large .shariff-count{font-size:14px;line-height:45px;padding:0 10px;height:43px}.shariff .buttonsize-large .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-large.theme-round li{width:45px !important;height:45px !important}.shariff .buttonsize-large.theme-round a{width:45px !important}.shariff .buttonsize-large.theme-round .shariff-count{padding:0 !important;height:45px !important}.shariff .orientation-vertical{flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff.shariff-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.shariff.shariff-align-center ul{justify-content:center;align-items:center}.shariff.shariff-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.widget .shariff.shariff-widget-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.widget .shariff.shariff-widget-align-center ul{justify-content:center;align-items:center}.widget .shariff.shariff-widget-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.shariff.shariff-buttonstretch li{flex:1 0 auto !important}.shariff.shariff-buttonstretch .orientation-vertical li{width:100% !important}.widget .shariff li{border:0;font-weight:400}.widget .shariff .theme-default a,.widget .shariff .theme-color a,.widget .shariff .theme-grey a,.widget .shariff .theme-round a{color:#fff;display:block;font-weight:400}.widget .shariff .theme-default a:hover,.widget .shariff .theme-color a:hover,.widget .shariff .theme-grey a:hover,.widget .shariff .theme-round a:hover{color:#fff;font-weight:400}.shariff-warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff .info a{border:1px solid #ddd;width:35px}.shariff .wcag_colors .info a{border:1px solid #575757;width:35px}.shariff .shariff-button.info{width:35px;flex:0 0 auto !important}.shariff .theme-default .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-default.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .theme-round .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-round.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .buttonsize-small .shariff-button.info{width:25px}.shariff .buttonsize-small .info a{width:25px}.shariff .buttonsize-large .shariff-button.info{width:45px}.shariff .buttonsize-large .info a{width:45px}.shariff .info .shariff-icon svg{display:block;margin:auto}@media only screen and (max-width:360px){.shariff .shariff-buttons.buttonsize-small li{width:25px}.shariff .shariff-buttons li{width:35px}.shariff .shariff-buttons.buttonsize-large li{width:45px}.shariff .shariff-buttons .shariff-icon svg{display:block;margin:auto}.shariff .shariff-buttons .shariff-text{display:none}.shariff .shariff-buttons .shariff-count{display:none}}@media only screen and (min-width:361px){.shariff .shariff-buttons.buttonsize-small li{width:105px}.shariff .shariff-buttons li{width:125px}.shariff .shariff-buttons.buttonsize-large li{width:155px}.shariff .shariff-buttons .shariff-text{display:inline}.shariff .shariff-buttons .shariff-count{display:inline}}@media only screen and (min-device-width:1025px){.shariff .shariff-mobile{display:none !important}}.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:normal;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:rgba(0,0,0,0);color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:.8rem;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width: 499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px !important;line-height:1.4 !important}}@media screen and (max-width: 499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width: 499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px !important;line-height:1.4 !important}}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:rgba(0,0,0,0);border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width: 500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width: 500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns_container{container-name:columns;container-type:inline-size}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@container columns (width < 400px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}}.mailpoet_form_column{container-name:column;container-type:inline-size;display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@container column (width > 400px){.mailpoet_paragraph:last-child{margin-bottom:0}}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100% !important;overflow-y:auto !important;position:fixed;top:0;width:100% !important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block !important;float:none !important;margin:auto;position:static !important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100% !important;opacity:.7;position:fixed;top:0;width:100% !important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%, -50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100% !important;overflow-y:auto;position:fixed;width:100% !important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width: 500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width: 500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width: 499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width: 499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width: 499px){.mailpoet_form .mailpoet-heading{font-size:18px !important;line-height:1.4 !important;margin:12.6px 0 !important}}@media screen and (max-width: 499px){h1.mailpoet-heading{font-size:23px !important;line-height:1.4 !important;margin:16.1px 0 !important}}@media screen and (max-width: 499px){h2.mailpoet-heading{font-size:20px !important;line-height:1.4 !important;margin:14px 0 !important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%, -20%)}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%, -80%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%, -35%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-in{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(0.8) translate(-60%, -60%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%, -50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%, -50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}@font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-ext-v35-italic-400.woff2?c=1706129713) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-v35-italic-400.woff2?c=1706129713) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-ext-v35-italic-400.woff2?c=1706129713) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-ext-v35-italic-400.woff2?c=1706129713) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-v35-italic-400.woff2?c=1706129713) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-ext-v35-italic-400.woff2?c=1706129713) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-italic-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-ext-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-ext-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-ext-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-cyrillic-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-ext-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-greek-v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya--v35-normal-400.woff2?c=1706129714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-ext-v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-ext-v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-italic-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-ext-v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-ext-v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-italic-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-ext-v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-ext-v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-normal-400.woff2?c=1706129715) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-ext-v24-normal-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-cyrillic-v24-normal-700.woff2?c=1706129715) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-ext-v24-normal-700.woff2?c=1706129715) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans-greek-v24-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/alegreya-sans--v24-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc-cyrillic-v26-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc-hebrew-v26-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc--v26-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc--v26-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc--v26-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc-cyrillic-v26-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc-hebrew-v26-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc--v26-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc--v26-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/amatic-sc--v26-normal-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-cyrillic-v21-italic-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-greek-v21-italic-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-italic-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-italic-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-cyrillic-v21-italic-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-greek-v21-italic-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-italic-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-italic-700.woff2?c=1706129716) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-cyrillic-v21-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-greek-v21-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-normal-400.woff2?c=1706129716) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-cyrillic-v21-normal-700.woff2?c=1706129717) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro-greek-v21-normal-700.woff2?c=1706129717) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-normal-700.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Anonymous Pro';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/anonymous-pro--v21-normal-700.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Architects Daughter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/architects-daughter--v18-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo--v19-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo Narrow';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo Narrow';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo Narrow';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo Narrow';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo Narrow';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo Narrow';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-italic-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo Narrow';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo Narrow';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo Narrow';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Archivo Narrow';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-normal-400.woff2?c=1706129717) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Archivo Narrow';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Archivo Narrow';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/archivo-narrow--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Asap';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Asap';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Asap';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Asap';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Asap';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Asap';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Asap';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Asap';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Asap';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Asap';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Asap';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Asap';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/asap--v30-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Barlow';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Barlow';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Barlow';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-italic-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Barlow';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-italic-700.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Barlow';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-italic-700.woff2?c=1706129718) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Barlow';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-italic-700.woff2?c=1706129718) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-normal-400.woff2?c=1706129718) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-normal-700.woff2?c=1706129719) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-normal-700.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/barlow--v12-normal-700.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'BioRhyme';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/biorhyme--v17-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'BioRhyme';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/biorhyme--v17-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'BioRhyme';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/biorhyme--v17-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'BioRhyme';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/biorhyme--v17-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bonbon';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/bonbon--v30-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cabin';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cabin';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cabin--v27-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cairo--v28-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cairo--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cairo--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cairo--v28-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cairo--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cairo--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cardo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo-greek-ext-v19-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Cardo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo-greek-v19-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Cardo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo--v19-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cardo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo--v19-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo-greek-ext-v19-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo-greek-v19-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo--v19-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo--v19-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo-greek-ext-v19-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo-greek-v19-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo--v19-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cardo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cardo--v19-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Chivo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Chivo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Chivo';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Chivo';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Chivo';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Chivo';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Chivo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Chivo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Chivo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Chivo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Chivo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Chivo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/chivo--v18-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Concert One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/concert-one--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Concert One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/concert-one--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-ext-v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-ext-v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-ext-v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-ext-v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant-cyrillic-v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/cormorant--v21-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Crimson Text';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Crimson Text';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Crimson Text';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Crimson Text';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Crimson Text';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Crimson Text';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/crimson-text--v19-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar--v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar-greek-ext-v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar-greek-v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar--v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar--v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar--v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar-greek-ext-v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar-greek-v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar--v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Eczar';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/eczar--v22-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-ext-v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-ext-v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Exo 2';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-ext-v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-ext-v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2-cyrillic-v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/exo-2--v21-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-ext-v17-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-v17-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-ext-v17-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-v17-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-ext-v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-ext-v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Fira Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-italic-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-ext-v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-ext-v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-ext-v17-normal-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-cyrillic-v17-normal-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-ext-v17-normal-700.woff2?c=1706129724) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans-greek-v17-normal-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-normal-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-normal-700.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fira-sans--v17-normal-700.woff2?c=1706129725) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fjalla-one-cyrillic-ext-v15-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fjalla-one--v15-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fjalla-one--v15-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/fjalla-one--v15-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Frank Ruhl Libre';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/frank-ruhl-libre-hebrew-v20-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Frank Ruhl Libre';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/frank-ruhl-libre--v20-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Frank Ruhl Libre';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/frank-ruhl-libre--v20-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Frank Ruhl Libre';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/frank-ruhl-libre-hebrew-v20-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Frank Ruhl Libre';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/frank-ruhl-libre--v20-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Frank Ruhl Libre';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/frank-ruhl-libre--v20-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/great-vibes--v18-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/great-vibes--v18-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/cf77d018f047a1a6ca6be4b55f052e7b/great-vibes--v18-normal-400.woff2?c=1706129725) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/heebo-hebrew-v22-normal-400.woff2?c=1706096909) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/heebo--v22-normal-400.woff2?c=1706096910) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/heebo-hebrew-v22-normal-400.woff2?c=1706096909) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/heebo--v22-normal-400.woff2?c=1706096910) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inconsolata--v32-normal-400.woff2?c=1706096910) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inconsolata--v32-normal-400.woff2?c=1706096910) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inconsolata--v32-normal-400.woff2?c=1706096911) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inconsolata--v32-normal-400.woff2?c=1706096910) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inconsolata--v32-normal-400.woff2?c=1706096910) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inconsolata--v32-normal-400.woff2?c=1706096911) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Indie Flower';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/indie-flower--v21-normal-400.woff2?c=1706096912) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inknut-antiqua--v14-normal-400.woff2?c=1706096912) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inknut-antiqua--v14-normal-400.woff2?c=1706096912) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inknut-antiqua--v14-normal-400.woff2?c=1706096912) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inknut-antiqua--v14-normal-700.woff2?c=1706096912) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inknut-antiqua--v14-normal-700.woff2?c=1706096913) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inknut-antiqua--v14-normal-700.woff2?c=1706096913) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-cyrillic-ext-v13-normal-400.woff2?c=1706096913) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-cyrillic-v13-normal-400.woff2?c=1706096913) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-greek-ext-v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-greek-v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter--v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter--v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter--v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-cyrillic-ext-v13-normal-400.woff2?c=1706096913) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-cyrillic-v13-normal-400.woff2?c=1706096913) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-greek-ext-v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter-greek-v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter--v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter--v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/inter--v13-normal-400.woff2?c=1706096914) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Karla';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-italic-400.woff2?c=1706096916) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Karla';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-italic-400.woff2?c=1706096916) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Karla';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-italic-400.woff2?c=1706096916) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Karla';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-italic-400.woff2?c=1706096916) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Karla';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-normal-400.woff2?c=1706096917) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Karla';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-normal-400.woff2?c=1706096917) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Karla';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-normal-400.woff2?c=1706096917) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Karla';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/karla--v31-normal-400.woff2?c=1706096917) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Baskerville';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-baskerville--v14-italic-400.woff2?c=1706096918) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Baskerville';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-baskerville--v14-italic-400.woff2?c=1706096918) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-baskerville--v14-normal-400.woff2?c=1706096918) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-baskerville--v14-normal-400.woff2?c=1706096919) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-baskerville--v14-normal-700.woff2?c=1706096919) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-baskerville--v14-normal-700.woff2?c=1706096919) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-italic-400.woff2?c=1706096919) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-italic-400.woff2?c=1706096919) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-italic-400.woff2?c=1706096920) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-italic-400.woff2?c=1706096919) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-italic-400.woff2?c=1706096919) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-italic-400.woff2?c=1706096920) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-normal-400.woff2?c=1706096920) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-normal-400.woff2?c=1706096921) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-normal-400.woff2?c=1706096921) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-normal-400.woff2?c=1706096920) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-normal-400.woff2?c=1706096921) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/libre-franklin--v14-normal-400.woff2?c=1706096921) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-ext-v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-italic-400.woff2?c=1706096923) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-ext-v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-italic-400.woff2?c=1706096922) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-italic-400.woff2?c=1706096923) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-ext-v26-normal-400.woff2?c=1706096924) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-v26-normal-400.woff2?c=1706096924) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-normal-400.woff2?c=1706096924) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-normal-400.woff2?c=1706096925) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-normal-400.woff2?c=1706096925) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-ext-v26-normal-400.woff2?c=1706096924) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat-cyrillic-v26-normal-400.woff2?c=1706096924) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-normal-400.woff2?c=1706096924) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-normal-400.woff2?c=1706096925) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/montserrat--v26-normal-400.woff2?c=1706096925) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Neuton';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/neuton--v22-italic-400.woff2?c=1706096926) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Neuton';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/neuton--v22-italic-400.woff2?c=1706096926) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Neuton';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/neuton--v22-normal-400.woff2?c=1706096927) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Neuton';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/neuton--v22-normal-400.woff2?c=1706096927) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Neuton';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/neuton--v22-normal-700.woff2?c=1706096927) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Neuton';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/neuton--v22-normal-700.woff2?c=1706096927) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Notable';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/notable--v18-normal-400.woff2?c=1706096927) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Nothing You Could Do';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nothing-you-could-do--v19-normal-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-ext-v35-italic-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-v35-italic-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-ext-v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-ext-v35-italic-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-v35-italic-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096928) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-ext-v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-italic-400.woff2?c=1706096929) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-ext-v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-ext-v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-ext-v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-cyrillic-v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-ext-v35-normal-400.woff2?c=1706096932) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans-greek-v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/noto-sans--v35-normal-400.woff2?c=1706096933) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-ext-v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-italic-400.woff2?c=1706096937) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-ext-v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-italic-400.woff2?c=1706096936) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-italic-400.woff2?c=1706096937) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-ext-v26-normal-400.woff2?c=1706096938) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-v26-normal-400.woff2?c=1706096938) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-normal-400.woff2?c=1706096939) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-normal-400.woff2?c=1706096939) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-normal-400.woff2?c=1706096939) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-ext-v26-normal-400.woff2?c=1706096938) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito-cyrillic-v26-normal-400.woff2?c=1706096938) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-normal-400.woff2?c=1706096939) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-normal-400.woff2?c=1706096939) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/nunito--v26-normal-400.woff2?c=1706096939) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Old Standard TT';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt-cyrillic-ext-v20-italic-400.woff2?c=1706096940) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Old Standard TT';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt-cyrillic-v20-italic-400.woff2?c=1706096941) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Old Standard TT';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-italic-400.woff2?c=1706096941) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Old Standard TT';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-italic-400.woff2?c=1706096941) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Old Standard TT';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-italic-400.woff2?c=1706096941) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt-cyrillic-ext-v20-normal-400.woff2?c=1706096942) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt-cyrillic-v20-normal-400.woff2?c=1706096942) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-normal-400.woff2?c=1706096942) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-normal-400.woff2?c=1706096942) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-normal-400.woff2?c=1706096943) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt-cyrillic-ext-v20-normal-700.woff2?c=1706096943) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt-cyrillic-v20-normal-700.woff2?c=1706096943) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-normal-700.woff2?c=1706096943) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-normal-700.woff2?c=1706096944) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Old Standard TT';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/old-standard-tt--v20-normal-700.woff2?c=1706096944) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/oxygen--v15-normal-400.woff2?c=1706096944) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/oxygen--v15-normal-400.woff2?c=1706096944) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/oxygen--v15-normal-700.woff2?c=1706096945) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/oxygen--v15-normal-700.woff2?c=1706096945) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-ext-v17-italic-400.woff2?c=1706096945) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-v17-italic-400.woff2?c=1706096945) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-italic-400.woff2?c=1706096945) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-italic-400.woff2?c=1706096946) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-ext-v17-italic-700.woff2?c=1706096946) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-v17-italic-700.woff2?c=1706096946) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-italic-700.woff2?c=1706096946) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-italic-700.woff2?c=1706096946) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-ext-v17-normal-400.woff2?c=1706096947) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-v17-normal-400.woff2?c=1706096947) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-normal-400.woff2?c=1706096947) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-normal-400.woff2?c=1706096947) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-ext-v17-normal-700.woff2?c=1706096947) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans-cyrillic-v17-normal-700.woff2?c=1706096948) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-normal-700.woff2?c=1706096948) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-sans--v17-normal-700.woff2?c=1706096948) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-ext-v18-italic-400.woff2?c=1706096948) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-v18-italic-400.woff2?c=1706096948) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-italic-400.woff2?c=1706096949) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-italic-400.woff2?c=1706096949) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-ext-v18-italic-700.woff2?c=1706096949) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-v18-italic-700.woff2?c=1706096949) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-italic-700.woff2?c=1706096950) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-italic-700.woff2?c=1706096950) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-ext-v18-normal-400.woff2?c=1706096950) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-v18-normal-400.woff2?c=1706096950) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-normal-400.woff2?c=1706096951) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-normal-400.woff2?c=1706096951) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-ext-v18-normal-700.woff2?c=1706096951) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif-cyrillic-v18-normal-700.woff2?c=1706096951) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-normal-700.woff2?c=1706096951) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pt-serif--v18-normal-700.woff2?c=1706096952) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pacifico-cyrillic-ext-v22-normal-400.woff2?c=1706096952) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pacifico-cyrillic-v22-normal-400.woff2?c=1706096952) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pacifico--v22-normal-400.woff2?c=1706096952) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pacifico--v22-normal-400.woff2?c=1706096952) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/pacifico--v22-normal-400.woff2?c=1706096952) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-italic-400.woff2?c=1706096953) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-italic-400.woff2?c=1706096953) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-italic-400.woff2?c=1706096953) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-italic-700.woff2?c=1706096953) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-italic-700.woff2?c=1706096953) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-italic-700.woff2?c=1706096953) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-normal-400.woff2?c=1706096954) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-normal-400.woff2?c=1706096954) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-normal-400.woff2?c=1706096954) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-normal-700.woff2?c=1706096954) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-normal-700.woff2?c=1706096954) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/poppins--v20-normal-700.woff2?c=1706096955) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Proza Libre';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-italic-400.woff2?c=1706096955) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Proza Libre';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-italic-400.woff2?c=1706096955) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Proza Libre';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-italic-700.woff2?c=1706096955) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Proza Libre';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-italic-700.woff2?c=1706096955) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Proza Libre';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-normal-400.woff2?c=1706096955) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Proza Libre';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-normal-400.woff2?c=1706096955) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Proza Libre';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-normal-700.woff2?c=1706096955) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Proza Libre';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/proza-libre--v9-normal-700.woff2?c=1706096956) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Rakkas';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/rakkas--v19-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Rakkas';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/rakkas--v19-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Rakkas';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/rakkas--v19-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Reenie Beanie';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/reenie-beanie--v20-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-cyrillic-ext-v34-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-cyrillic-v34-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-greek-ext-v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-greek-v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab--v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab--v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab--v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-cyrillic-ext-v34-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-cyrillic-v34-normal-400.woff2?c=1706096956) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-greek-ext-v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab-greek-v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab--v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab--v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/c4417033831962841edc428776ed76f8/roboto-slab--v34-normal-400.woff2?c=1706096957) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Ropa Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ropa-sans--v15-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ropa Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ropa-sans--v15-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ropa Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ropa-sans--v15-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ropa Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ropa-sans--v15-normal-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-ext-v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-hebrew-v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-ext-v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-hebrew-v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Rubik';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-italic-400.woff2?c=1706129719) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-ext-v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-hebrew-v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-ext-v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-cyrillic-v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik-hebrew-v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/rubik--v28-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Shadows Into Light';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/shadows-into-light--v19-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Space Mono';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Space Mono';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Space Mono';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-italic-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Space Mono';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-italic-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Space Mono';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-italic-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Space Mono';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-italic-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-normal-400.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/space-mono--v13-normal-700.woff2?c=1706129720) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral-cyrillic-v13-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral-cyrillic-v13-italic-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-italic-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-italic-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Spectral';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-italic-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral-cyrillic-v13-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral-cyrillic-v13-normal-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-normal-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-normal-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Spectral';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/spectral--v13-normal-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Sue Ellen Francisco';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/sue-ellen-francisco--v20-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Titillium Web';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Titillium Web';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Titillium Web';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-italic-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Titillium Web';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-italic-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-normal-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-normal-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/titillium-web--v17-normal-700.woff2?c=1706129721) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-ext-v20-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-v20-italic-400.woff2?c=1706129721) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-ext-v20-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-v20-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-italic-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-ext-v20-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-v20-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-ext-v20-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-v20-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-italic-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-ext-v20-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-v20-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-ext-v20-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-v20-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-ext-v20-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-cyrillic-v20-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-ext-v20-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu-greek-v20-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/ubuntu--v20-normal-700.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Varela';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/varela--v16-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Varela';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/varela--v16-normal-400.woff2?c=1706129722) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-ext-v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-greek-v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-ext-v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-greek-v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Vollkorn';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-italic-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-ext-v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-greek-v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-ext-v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-cyrillic-v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn-greek-v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Vollkorn';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/vollkorn--v23-normal-400.woff2?c=1706129723) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-italic-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/work-sans--v19-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Yatra One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/yatra-one--v14-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Yatra One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/yatra-one--v14-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yatra One';
font-style: normal;
font-weight: 400;
src: url(https://hexenundprinzessinnen.de/wp-content/uploads/fonts/4f9348f6df1b84664d1ad8a5a7813293/yatra-one--v14-normal-400.woff2?c=1706129724) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
list-style: none;
}
.jetpack_widget_social_icons ul {
display: block;
margin: 0 0 1.5em;
padding: 0;
}
.jetpack_widget_social_icons ul li {
border: 0;
display: inline-block;
line-height: 1;
margin: 0;
padding: 0;
}
.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
display: none;
}
.jetpack_widget_social_icons a {
border: 0;
box-shadow: none;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.jetpack_widget_social_icons svg {
color: inherit;
fill: currentColor;
height: inherit;
vertical-align: middle;
width: inherit;
} .jetpack_widget_social_icons ul.size-small a {
height: 24px;
width: 24px;
}
.jetpack_widget_social_icons ul.size-medium a {
height: 32px;
width: 32px;
}
.jetpack_widget_social_icons ul.size-large a {
height: 48px;
width: 48px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute ! important;
width: 1px;
word-wrap: normal ! important;
}.widgets-grid-layout {
width: 100%;
}
.widgets-grid-layout:before,
.widgets-grid-layout:after {
content: " ";
display: table;
}
.widgets-grid-layout:after {
clear: both;
}
.widget-grid-view-image {
float: left;
max-width: 50%;
}
.widget-grid-view-image a {
display: block;
margin: 0 2px 4px 0;
}
.widget-grid-view-image:nth-child(even) {
float: right;
}
.widget-grid-view-image:nth-child(even) a {
margin: 0 0 4px 2px;
}
.widgets-grid-layout .widget-grid-view-image img {
max-width: 100%;
height: auto;
} .widgets-multi-column-grid ul {
overflow: hidden;
padding: 0;
margin: 0;
list-style-type: none;
}
.widgets-multi-column-grid ul li {
background: none;
clear: none;
float: left;
margin: 0 -5px -3px 0;
padding: 0 8px 6px 0;
border: none;
list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
background: none;
margin: 0;
padding: 0;
border: 0;
}
.widgets-multi-column-grid .avatar {
vertical-align: middle;
} .widgets-list-layout {
padding: 0;
margin: 0;
list-style-type: none;
}
.widgets-list-layout li:before,
.widgets-list-layout li:after {
content:"";
display:table;
}
.widgets-list-layout li:after {
clear:both;
}
.widgets-list-layout li {
zoom:1;
margin-bottom: 1em;
list-style-type: none !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
float: left;
width: 21.276596%;
max-width: 40px;
height: auto;
}
.widgets-list-layout-links {
float: right;
width: 73.404255%;
}
.widgets-list-layout span {
opacity: 0.5;
}
.widgets-list-layout span:hover {
opacity: 0.8;
}