:root {
--green: #03500b;
--yellow: #d8c442;
--red: #f72c0d;
--black: #212121;
--white: #FFFFFF;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border: 0;
} .header-wrapper.elementor-sticky--effects {
background-color: rgba(255, 255, 255, .9);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}
.header-wrapper .menu-logo img {
transition: all .3s ease-in-out;
}
.header-wrapper.elementor-sticky--effects .menu-logo img {
width: 65%;
}
.header-wrapper .elementor-button-link:hover {
fill: var(--yellow) !important;
color: var(--yellow) !important;
text-shadow: 
3px 3px 0 var(--green),
-3px 3px 0 var(--green),
3px -3px 0 var(--green),
-3px -3px 0 var(--green),
3px 0 0 var(--green),
-3px 0 0 var(--green),
0 3px 0 var(--green),
0 -3px 0 var(--green);
}
.header-wrapper.elementor-sticky--effects .elementor-button {
fill: var(--green) !important;
color: var(--green) !important;
}
.header-wrapper.elementor-sticky--effects .elementor-button-link:hover {
fill: var(--yellow) !important;
color: var(--yellow) !important;
}
.header-wrapper .elementor-divider-separator {
transition: all .3s ease-in-out;
}
.header-wrapper.elementor-sticky--effects .elementor-divider-separator {
border-block-start-color: var(--green) !important;
}
.header-wrapper.mobile .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
height: calc(100vh);
}
.header-wrapper .wpml-ls-statics-shortcode_actions {
padding: 0;
}
.header-wrapper .wpml-ls-statics-shortcode_actions {
margin-top: 1rem;
}
.header-wrapper .wpml-ls-statics-shortcode_actions .wpml-ls-item .wpml-ls-link {
font-family: "Changa One", "Raleway", sans-serif;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--white);
color: var(--green);
text-align: center;
font-size: 1rem;
font-weight: 400;
letter-spacing: .2px;
line-height: 25px;
margin: .5rem;
opacity: .5;
transition: all .2s ease-in-out;
}
.header-wrapper .wpml-ls-statics-shortcode_actions .wpml-ls-item.wpml-ls-current-language .wpml-ls-link,
.header-wrapper .wpml-ls-statics-shortcode_actions .wpml-ls-item .wpml-ls-link:hover {
opacity: 1;
}
.header-wrapper.elementor-sticky--effects .wpml-ls-statics-shortcode_actions {
display: none;
}  .home-body-bg:before {
background-attachment: fixed !important;
}
.home-title h1 span {
display: block;
font-size: 25%;
line-height: 1;
margin-top: -2%;
margin-left: 1.72%;
white-space: nowrap;
}
.home-secondary-text em {
display: block;
font-style: normal;
position: relative;
z-index: 10;
margin: -12vw 0;
text-shadow: 
3px 3px 0 var(--green),
-3px 3px 0 var(--green),
3px -3px 0 var(--green),
-3px -3px 0 var(--green),
3px 0 0 var(--green),
-3px 0 0 var(--green),
0 3px 0 var(--green),
0 -3px 0 var(--green);
}
.home-secondary-text span {
letter-spacing: 0px;
font-size: 22.4vw;
display: block;
}
.home-goto-btn a {
width: 100px;
height: 100px;
font-size: 1.25rem;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 1rem;
border-radius: 50%;
--ripple-color: var(--green);
--ripple-border: 2px;
--ripple-duration: 1.8s;
--ripple-scale: 1.6;
}
.home-goto-btn a:hover {
--ripple-color: var(--red);
}
.home-goto-btn.red a {
--ripple-color: var(--red);
}
.home-goto-btn.red a:hover {
--ripple-color: var(--green);
}
.home-goto-btn a::before,
.home-goto-btn a::after {
content: "";
position: absolute;
inset: 0;
border-radius: 50%;
border: var(--ripple-border) solid var(--ripple-color);
opacity: 0;
transform: scale(1);
pointer-events: none;
animation: ripple-out var(--ripple-duration) ease-out infinite;
}
.home-goto-btn a::after {
animation-delay: calc(var(--ripple-duration) / 2);
}
@keyframes ripple-out {
0%   { opacity: 0.55; transform: scale(1); }
70%  { opacity: 0.15; }
100% { opacity: 0; transform: scale(var(--ripple-scale)); }
} .home-google-reviews .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
font-family: "Changa One", sans-serif;
font-weight: 400;
font-size: 2.5rem !important;
}
.home-google-reviews .ti-widget.ti-goog .ti-review-item>.ti-inner, 
.home-google-reviews .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
background-color: rgba(255, 255, 255, .1) !important;
border-color: rgba(255, 255, 255, .6) !important;
border-radius: 1.2rem !important;
}
.home-google-reviews .ti-reviews-container .ti-controls .ti-next,
.home-google-reviews .ti-reviews-container .ti-controls .ti-prev {
background-color: var(--white) !important;
outline-color: var(--white) !important;
}
.home-google-reviews .ti-reviews-container .ti-controls .ti-next:before,
.home-google-reviews .ti-reviews-container .ti-controls .ti-prev:before {
border-color: var(--green) !important;
}
.home-google-reviews .ti-widget.ti-goog .ti-widget-container .ti-name {
font-size: 1.2rem;
}
.home-google-reviews .ti-widget.ti-goog .ti-widget-container .ti-date {
color: #9ad7a1;
}
@media (min-width: 768px) {
.home-google-reviews .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
font-size: 3.2rem !important;
}
} @media (min-width: 768px) {
.home-title h1 span {
font-size: 25.5%;
margin-top: -2%;
margin-left: 1.72%;
}
.home-secondary-text span {
font-size: 9.9rem;
}
.home-secondary-text em {
margin: -5.5rem 0;
}
}
@media (min-width: 992px) {}
@media (min-width: 1024px) {
.home-title h1 span {
font-size: 26%;
margin-top: -5.5%;
margin-left: 1.72%;
}
.home-secondary-text em {
margin: -3.3rem 0;
}
.home-secondary-text span {
font-size: 6.7rem;
}
}  .menu-container #pasta,
.menu-container #sfiziosita,
.menu-container #insalate,
.menu-container #bevande, 
.menu-container #delicacies,
.menu-container #salads,
.menu-container #soft-drinks {
scroll-margin-top: 60px;
}
.menu-container:before {
background-attachment: fixed !important;
}
.menu-container .menu-section {
margin-bottom: 5rem;
}
.menu-container .menu-section .menu-section__title {
font-family: "Changa One", Sans-serif;
font-size: 3rem;
line-height: 1.1;
text-transform: uppercase;
margin-bottom: -1.6rem;
margin-left: .2rem;
letter-spacing: 3px;
color: var(--green);
opacity: .8;
position: relative;
z-index: 1;
white-space: nowrap; }
.menu-container .menu-section .menu-wrapper {
width: calc(100% + 3rem);
margin: 0 -1.5rem;
display: flex;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.menu-container .menu-section .menu-wrapper .menu-item {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 3rem);
margin: 1.5rem;
background: var(--white) url(https://pastatogotaormina.it/wp-content/uploads/2025/09/menu-bg.png) no-repeat center; background-size: cover;
padding: 2rem 1.3rem;
border-radius: 1.2rem;
box-shadow: 0 0 15px 5px rgba(5, 80, 14, .1); position: relative;
overflow: hidden;
transition: all .2s ease-in-out;
}
.menu-container .menu-section .menu-wrapper .menu-item.hidden {
display: none;
opacity: 0;
visibility: hidden;
}
.menu-container .menu-section .menu-wrapper .menu-item *,
.menu-container .menu-section .menu-wrapper .menu-item:after {
transition: all .3s ease-in-out;
}
.menu-container .menu-section .menu-wrapper .menu-item > * {
pointer-events: none;
z-index: 10;
}
.menu-container .menu-section .menu-wrapper .menu-item:after {
content: "";
background-color: var(--white);
position: absolute;
opacity: .85;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.menu-section .menu-wrapper .menu-item .menu-item-inner {
display: flex;
flex-direction: column;
align-items: center;
}
.menu-section .menu-wrapper .menu-item .menu-item__img {
width: 230px;
height: 230px;
margin: 0 auto;
position: relative;
object-fit: cover;
}
.menu-section .menu-wrapper .menu-item .menu-item__title {
text-align: center;
font-family: "Changa One", sans-serif;
font-size: 2.1rem;
line-height: 1;
letter-spacing: -0.5px;
color: var(--green);
margin: 0 auto 1rem;
}
.menu-section .menu-wrapper .menu-item .menu-item__ingredients {
font-size: 1.2rem;
line-height: 1.2;
text-align: center;
margin: 0 auto;
}
.menu-section .menu-wrapper .menu-item .menu-item__price {
width: 100%;
font-family: "Changa One", sans-serif;
font-size: 1.7rem;
line-height: 1;
color: var(--yellow);
text-align: right;
margin-bottom: 2rem;
text-shadow: 
3px 3px 0 var(--green),
-3px 3px 0 var(--green),
3px -3px 0 var(--green),
-3px -3px 0 var(--green),
3px 0 0 var(--green),
-3px 0 0 var(--green),
0 3px 0 var(--green),
0 -3px 0 var(--green);
} .menu-nav__container {
position: fixed;
width: calc(100% - 2rem);
max-width: 380px;
bottom: 1%;
right: 50%;
transform: translatex(50%);
z-index: 100;
flex-direction: row !important;
background-color: rgba(3, 80, 11, .7);
padding: .2rem .8rem;
justify-content: space-around;
border-radius: 10rem;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper figure {
width: 52px !important;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper figure > a {
width: 52px;
display: block;
opacity: .7;
margin-top: -.3rem;
border-radius: 50%;
transition: all .2s ease-in-out .1s;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper figure > a.active {
transform:  scale(1.25) translatey(-6px);
opacity: 1;
} .page-id-120 .chaty-widget .chaty-channel-list,
.page-id-120 .chaty-widget .chaty-channel,
.page-id-1284 .chaty-widget .chaty-channel-list,
.page-id-1284 .chaty-widget .chaty-channel {
bottom: 60px;
right: -5px;
}
.page-id-120 footer > div,
.page-id-1284 footer > div {
padding-bottom: 4rem;
}
@media (max-width: 767px) { .menu-container .menu-section .menu-wrapper .menu-item.active {
transform: scale(1.02);
}
.menu-container .menu-section .menu-wrapper .menu-item.active:after {
background-color: var(--green);
}
.menu-container .menu-section .menu-wrapper .menu-item.active .menu-item__img {
transform: scale(1.1);
}
.menu-container .menu-section .menu-wrapper .menu-item.active .menu-item__title {
color: var(--yellow);
}
.menu-container .menu-section .menu-wrapper .menu-item.active .menu-item__ingredients {
color: var(--white);
}
}
@media (min-width: 768px) {
.menu-container #pasta,
.menu-container #sfiziosita,
.menu-container #insalate,
.menu-container #bevande, 
.menu-container #delicacies,
.menu-container #salads,
.menu-container #soft-drinks {
scroll-margin-top: 120px;
}
.menu-container .menu-section .menu-section__title {
font-size: 4rem;
}
.menu-container .menu-section .menu-wrapper .menu-item {
width: calc(50% - 3rem);
} .menu-container .menu-section .menu-wrapper .menu-item:hover {
transform: scale(1.02);
}
.menu-container .menu-section .menu-wrapper .menu-item:hover:after {
background-color: var(--green);
}
.menu-container .menu-section .menu-wrapper .menu-item:hover .menu-item__img {
transform: scale(1.1);
}
.menu-container .menu-section .menu-wrapper .menu-item:hover .menu-item__title {
color: var(--yellow);
}
.menu-container .menu-section .menu-wrapper .menu-item:hover .menu-item__ingredients {
color: var(--white);
}
}
@media (min-width: 992px) {
.menu-container .menu-section .menu-section__title {
font-size: 4.8rem;
margin-bottom: -2.0rem;
opacity: .6;
}
.menu-container .menu-section .menu-wrapper .menu-item {
width: calc(33.33% - 3rem);
}
.menu-nav__container {
width: auto;
right: 0;
bottom: 25%;
transform: translatey(50%);
flex-direction: column !important;
background-color: transparent;
padding: .5rem;
border-radius: 0;
border-left: 2px dashed rgba(3, 80, 11, .2); }
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper .elementor-image-box-content {
display: block;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper figure > a {
padding: .3rem;
margin-top: 0;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper figure > a:hover {
transform: scale(1.3);
opacity: 1;
}
.menu-nav__container .menu-nav__item .elementor-image-box-wrapper figure > a.active {
transform: scale(1.3);
opacity: 1;
}
.page-id-120 .chaty-widget .chaty-channel-list,
.page-id-120 .chaty-widget .chaty-channel,
.page-id-1284 .chaty-widget .chaty-channel-list,
.page-id-1284 .chaty-widget .chaty-channel {
bottom: 0;
}
.page-id-120 footer > div,
.page-id-1284 footer > div {
padding-bottom: 0;
}
}  footer .footer:before {
background-attachment: fixed !important;
}
footer .footer-menu a {
background-color: var(--white);
font-size: .8rem !important;
color: var(--green) !important;
border-radius: 10rem;
margin-right: 1rem !important;
padding: .3rem 1rem !important;
} html[lang="en-US"] .footer-cta .your-pasta h4 {
letter-spacing: 5px !important;
}
html[lang="en-US"] .footer-cta .at-home h4 {
font-size: 14.7vw !important;
}
@media (min-width: 768px) {
footer .footer-menu a {
background-color: transparent;
color: var(--white) !important;
font-size: .9rem !important;
margin-right: 0 !important;
padding: .4rem .7rem !important;
}
footer .footer-menu a:hover {
color: var(--yellow) !important;
} html[lang="en-US"] .footer-cta .at-home h4 {
font-size: 5.3rem !important;
}
} .cky-consent-container {
border-radius: 1.2rem !important;
}
.cky-consent-container .cky-consent-bar {
border-radius: 1.2rem !important;
font-family: "Raleway", sans-serif;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
margin-top: 1.3rem;
}
.cky-consent-container .cky-consent-bar .cky-btn {
border-radius: 10rem !important;
}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
border-radius: 10rem !important;
}
.cky-btn-revisit-wrapper {
display: none !important;
}
@media (min-width: 992px) {
.cky-btn-revisit-wrapper {
display: flex !important;
}
}@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-2314912a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-258e3422.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-087e90b7.woff2) 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: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-c53d52ad.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-e3999b3e.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1e68cb85.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-64725155.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-82aad4a2.woff2) 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: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-acd6231a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/raleway-1a1333b5.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Waiting for the Sunrise';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/waitingforthesunrise-d24f39bf.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Waiting for the Sunrise';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/waitingforthesunrise-1ff74aec.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Changa One';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/changaone-fb6c2f35.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa One';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://pastatogotaormina.it/wp-content/uploads/elementor/google-fonts/fonts/changaone-7af3432a.woff2) 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}