.elementor-widget-hero_section {
position: relative;
overflow: hidden;
}
.hero-bg-slider {
position: absolute;
overflow: hidden;
inset: 0;
width: 100%;
height: 100%;
}
.hero-bg-slider .bg-item {
position: relative;
overflow: hidden;
background-color: var(--hero-bg-color, #000);
}
.hero-bg {
position: absolute; inset: 0;
width: 100%;
}
.hero-bg::before,
.hero-bg::after {
content: '';
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: 1;
}
@media (max-width: 767px) {
.hero-bg::before {
display: none;
}
}
.hero-bg img {
position: absolute;
z-index: 0;
inset: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1s linear;
}
.hero-bg-slider .hero-bg img {
transform: scale(1.2);
transition-delay: 0.8s;
}
.hero-bg-slider .swiper-slide.swiper-slide-active .hero-bg img {
will-change: transform;
transition-duration: 7.5s;
transition-delay: 0s;
}
@media (min-width: 1024px) {
.hero-bg-slider .swiper-slide.swiper-slide-active .hero-bg img {
transition-duration: 8s;
}
}
.hero-bg-slider .swiper-slide.swiper-slide-fully-visible .hero-bg img {
transform: scale(1);
}
.hero-bg-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n + 2) {
opacity: 0;
} .bg-item.is-layout_1 .hero-bg {
left: auto;
}
@media (min-width: 1280px) {
.bg-item.is-layout_1 .hero-bg {
width: 80%;
}
}
@media (min-width: 1024px) {
.bg-item.is-layout_1 .hero-bg img {
object-position: center;
}
}
.hero-bg-slider .bg-item.is-layout_1 .hero-bg::before {
right: auto;
width: 50%;
background: linear-gradient(270deg, #00000000 0%, var(--hero-bg-color, #000) 77.76%);
transform: translateX(-2px);
}
@media (min-width: 1024px) {
.hero-bg-slider .bg-item.is-layout_1 .hero-bg::after {
z-index: 2;
background-color: var(--hero-bg-color, #000);
width: 50vw;
right: calc(100% - 24px);
left: auto;
}
}  .bg-item.is-layout_2 .hero-bg {
right: auto;
}
@media (min-width: 1280px) {
.bg-item.is-layout_2 .hero-bg {
width: 80%;
}
}
@media (min-width: 1024px) {
.bg-item.is-layout_2 .hero-bg img {
object-position: center;
}
}
.hero-bg-slider .bg-item.is-layout_2 .hero-bg::before {
width: 50%;
background: linear-gradient(270deg, #00000000 0%, var(--hero-bg-color, #000) 77.76%);
}
@media (min-width: 1024px) {
.hero-bg-slider .bg-item.is-layout_2 .hero-bg::before {
left: auto;
background: linear-gradient(90deg, #00000000 0%, var(--hero-bg-color, #000) 77.76%);
transform: translateX(2px);
}
.hero-bg-slider .bg-item.is-layout_2 .hero-bg::after {
z-index: 2;
background-color: var(--hero-bg-color, #000);
width: 50vw;
left: calc(100% - 24px);
right: auto;
}
}  .bg-item.is-layout_3 .hero-bg::after {
background-color: var(--hero-bg-color, #00000033);
} .hero-slider {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
padding-block: 130px 64px;
}
@media (min-width: 768px) {
.hero-slider {
padding-block: 140px 100px;
}
}
.hero-slider .swiper-slide:not(.swiper-slide-fully-visible) [data-sal='slide-up'].sal-animate {
opacity: 0;
transform: translateY(20%);
}
.hero-slider .swiper-slide:not(.swiper-slide-fully-visible) [data-sal='zoom-in'].sal-animate {
opacity: 0;
transform: scale(0.5);
}
.hero-slider .hero-items {
z-index: 2;
}
.hero-slider .hero-item {
overflow: visible;
display: flex;
flex-direction: column;
padding-inline: var(--section-padding-inline);
height: auto;
}
.hero-item > .container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.is-multiple .hero-item > .container {
padding-bottom: 32px;
}
@media (min-width: 768px) {
.is-multiple .hero-item > .container {
padding-bottom: 40px;
}
}
@media (min-width: 1440px) {
.is-multiple .hero-item > .container {
padding-bottom: 64px;
}
}
.hero-slider .item-content {
position: relative;
display: flex;
justify-content: space-between;
flex-direction: column;
}
@media (min-width: 1024px) {
.hero-slider .item-content {
flex-direction: row;
align-items: center;
}
}
.hero-slider .slide-logo {
order: 0;
flex-basis: 24%;
align-self: start;
width: 42vw;
margin-bottom: 32px;
}
@media (min-width: 768px) {
.hero-slider .slide-logo {
width: 30vw;
margin-bottom: 40px;
}
}
@media (min-width: 1024px) {
.hero-slider .slide-logo {
max-width: 270px;
width: auto;
}
}
.hero-slider .slide-logo img {
display: block;
}
.hero-slider:is(.swiper-initialized) .slide-logo img {
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: scale(0.7);
opacity: 0;
}
.hero-slider .swiper-slide:is(.swiper-slide-fully-visible) .slide-logo img {
transition-delay: 0.2s;
opacity: 1;
transform: none;
}
.hero-slider .content-box {
position: relative;
flex-basis: 65%;
will-change: transform;
}
.hero-slider.swiper-initialized .content-box {
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
transform: scale(0.9);
opacity: 0;
}
.hero-slider .swiper-slide.swiper-slide-fully-visible .content-box {
transition-duration: 0.7s, 0.5s;
transition-delay: 0.2s;
transform: none;
opacity: 1;
}
.hero-slider .text-wrap {
max-width: 940px;
}
.hero-slider .hero-heading {
margin-bottom: 36px;
}
@media (min-width: 768px) {
.hero-slider .hero-heading {
margin-bottom: 42px;
}
}
.hero-slider h1 {
line-height: 0.9em;
}
@media (min-width: 1280px) {
.hero-slider h1 {
font-size: 120px;
}
} @media (min-width: 1680px) {
.hero-slider h1 {
font-size: 140px;
}
} @media (min-width: 1920px) {
.hero-slider h1 {
font-size: 180px;
}
} .hero-slider .hero-paragraph {
max-width: 480px;
font-size: 16px;
}
@media (min-width: 1440px) {
.hero-slider .hero-paragraph {
font-size: 18px;
}
} .hero-slider .hero-paragraph p {
font-size: inherit;
}
.hero-slider .hero-buttons {
display: flex;
gap: 14px;
align-items: center;
flex-wrap: wrap;
margin-top: 36px;
}
@media (min-width: 1440px) {
.hero-slider .hero-buttons {
margin-top: 42px;
}
}
.hero-slider .play-button-container {
position: absolute;
z-index: 1;
line-height: 0;
display: flex;
justify-content: end;
text-align: right;
right: 0;
bottom: 0;
transform: translateY(95%);
}
.hero-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n + 2) {
opacity: 0;
}
.hero-items:not(.is-multiple) .play-button-container {
padding-top: 48px;
}
@media (max-width: 768px) {
.hero-items:not(.is-multiple) .play-button-container {
right: auto;
}
}
.hero-slider .play-button {
display: block;
color: var(--theme-color-3);
transition: all 0.25s ease;
}
.hero-slider .play-button:focus-visible {
outline: none;
}
.hero-slider .play-button:hover {
color: var(--theme-color-1);
}
.hero-slider .play-button svg {
will-change: transform;
transition: transform 0.2s cubic-bezier(0.24, -0.26, 0.27, 1.55);
}
.hero-slider .play-button:hover svg {
transform: scale3d(1.35, 1.35, 1.35);
}
.hero-slider .play-button:hover svg path {
fill: currentColor;
}
.hero-slider .hero-bottom {
position: relative;
z-index: 1;
padding-inline: var(--section-padding-inline);
transform: translateY(50%);
}
.hero-slider .hero-bottom .container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.hero-slider .swiper-pagination {
position: relative;
inset: auto;
width: calc(100% - 40px);
} @media (min-width: 1024px) {
.hero-item.is-layout_1 .slide-logo {
order: 1;
align-self: end;
margin-bottom: 0;
}
} @media (min-width: 1024px) {
.hero-item.is-layout_2 .slide-logo {
align-self: end;
margin-bottom: 0;
}
.hero-item.is-layout_2 .content-box {
display: flex;
flex-direction: column;
align-items: end;
text-align: right;
}
.hero-item.is-layout_2 .content-box .text-wrap {
display: flex;
flex-direction: column;
align-items: end;
}
} .hero-item.is-layout_3 > .container {
justify-content: end;
}
.hero-item.is-layout_3 .item-content {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 0;
}
.hero-item.is-layout_3 .slide-logo {
display: none;
order: 0;
align-self: center;
}
.hero-item.is-layout_3 .text-wrap {
max-width: none;
}
.hero-item.is-layout_3 .hero-heading {
color: #fff;
}
.hero-item.is-layout_3 .hero-heading::first-line {
color: var(--theme-color-1);
}
.hero-item.is-layout_3 .hero-paragraph {
margin-inline: auto;
}
.hero-item.is-layout_3 .hero-buttons {
justify-content: center;
} .hero-item.is-layout_4 .item-content {
flex-direction: column;
align-items: start;
}
.hero-item.is-layout_4 .content-box {
max-width: 768px;
}
.hero-item.is-layout_4 .slide-logo {
order: 0;
align-self: start;
}
@media (min-width: 768px) {
.hero-item.is-layout_4 .slide-logo {
margin-bottom: 40px;
}
}
.hero-item.is-layout_4 .text-wrap {
background: #00000080;
border-radius: 32px;
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
padding: 36px;
}
.hero-item.is-layout_4:is(.swiper-slide-fully-visible) .text-wrap {
transition: backdrop-filter 5s ease 0.8s;
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
}
.hero-item.is-layout_4 .hero-heading {
margin-bottom: 24px;
font-size: 48px;
}
.hero-item.is-layout_4 .hero-paragraph {
max-width: none;
} .hero-item.is-layout_5 .item-content {
flex-direction: column;
align-items: center;
}
.hero-item.is-layout_5 .content-box {
max-width: 768px;
}
.hero-item.is-layout_5 .slide-logo {
order: 0;
align-self: center;
}
@media (min-width: 768px) {
.hero-item.is-layout_5 .slide-logo {
margin-bottom: 40px;
}
}
.hero-item.is-layout_5 .text-wrap {
background: #00000080;
border-radius: 32px;
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
padding: 36px;
}
.hero-item.is-layout_5:is(.swiper-slide-fully-visible) .text-wrap {
transition: backdrop-filter 5s ease 0.8s;
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
}
.hero-item.is-layout_5 .hero-heading {
margin-bottom: 24px;
font-size: 48px;
}
.hero-item.is-layout_5 .hero-paragraph {
max-width: none;
}
.hero-item.is-layout_5 .hero-buttons {
justify-content: center;
}.elementor-widget-featured_collection {
position: static;
}
.featured_collection-widget-container {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 46px;
width: 100%;
}
@media (min-width: 1024px) {
.featured_collection-widget-container {
gap: var(--section-padding-inline);
}
}
.featured_collection-widget-container .content-box {
border-radius: 24px;
border: 1px solid var(--theme-color-1);
padding: 24px 22px 30px;
max-width: 520px;
}
@media (min-width: 768px) {
.featured_collection-widget-container .content-box {
padding: 32px;
}
}
@media (min-width: 1024px) {
.featured_collection-widget-container .content-box {
padding: 36px;
}
}
@media (min-width: 1280px) {
.featured_collection-widget-container .content-box {
margin-bottom: 12%;
max-width: none;
}
}
.featured_collection-widget-container .content-box .eyebrow-text {
margin-bottom: 20px;
}
.featured_collection-widget-container .content-box h2 {
margin-bottom: 24px;
}
.featured_collection-widget-container .buttons-container {
margin-top: 24px;
}
@media (min-width: 1280px) {
.featured_collection-widget-container .buttons-container {
margin-top: 34px;
}
} .featured_collection-widget-container .cards-container {
position: relative;
width: 100%;
}
.featured_collection-widget-container .slider-container {
position: relative;
overflow: hidden;
width: 100%;
border-radius: 30px 30px 0 0;
}
.featured_collection-widget-container .cards-wrapper {
display: flex;
row-gap: 44px;
box-sizing: border-box;
}
.featured_collection-widget-container .card-item {
width: 100%;
flex-shrink: 0;
}
@media (min-width: 768px) {
.featured_collection-widget-container .card-item {
width: 33.333%;
}
}
.featured_collection-widget-container .card-item a {
display: block;
-webkit-tap-highlight-color: transparent;
}
.featured_collection-widget-container .card-item a:hover {
color: var(--theme-color-1);
}
.featured_collection-widget-container .card-item .img-wrapper {
aspect-ratio: 481 / 701;
width: 100%;
max-width: 480px;
background-color: var(--theme-color-3);
}
@media (max-width: 767px) {
.featured_collection-widget-container .card-item .img-wrapper {
transform: scaleX(-1);
}
}
.featured_collection-widget-container .card-item .img-wrapper img {
will-change: transform;
transition: all 0.75s ease-out;
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.featured_collection-widget-container .card-item .img-wrapper img {
transform: scaleX(-1);
}
}
.featured_collection-widget-container .card-item .img-wrapper:hover img {
transform: scale(1.1);
filter: brightness(1.2);
}
@media (max-width: 767px) {
.featured_collection-widget-container .card-item .img-wrapper:hover img {
transform: scale(-1.1, 1.1);
}
}
.featured_collection-widget-container .card-item h5 {
margin-top: 1em;
text-align: center;
}
@media (min-width: 768px) {
.featured_collection-widget-container .card-item h5 {
padding-inline: 0.5em;
text-align: left;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.featured_collection-widget-container .card-item h5 {
font-size: 18px;
}
}  @media (min-width: 1200px) {
.featured_collection-widget-container.is-horizontal {
display: grid;
grid-template-columns: 1fr 64%;
justify-items: center;
}
}
@media (min-width: 1200px) {
.featured_collection-widget-container.is-horizontal:not(.swiper-enabled) {
align-items: start;
}
}
.featured_collection-widget-container.is-horizontal:not(.swiper-enabled) .content-box {
position: relative;
}
.featured_collection-widget-container.is-horizontal:not(.swiper-enabled) .cards-wrapper {
flex-wrap: wrap;
justify-content: center;
}
@media (min-width: 1280px) {
.featured_collection-widget-container.is-horizontal:not(.swiper-enabled) .cards-wrapper {
justify-content: start;
}
}  .featured_collection-widget-container.is-vertical .content-box {
max-width: 580px;
text-align: center;
border: none;
padding: 0;
margin-bottom: 0;
}
.featured_collection-widget-container.is-vertical .content-box .paragraph {
max-width: 520px;
margin-inline: auto;
}
.featured_collection-widget-container.is-vertical .buttons-container {
margin-top: 0;
justify-content: center;
}
.featured_collection-widget-container.is-vertical .slider-container:not(.swiper-enabled) .cards-wrapper {
flex-wrap: wrap;
justify-content: center;
}
@media (min-width: 768px) {
.featured_collection-widget-container.is-vertical .card-item {
width: 33.333%;
}
}
@media (min-width: 1280px) {
.featured_collection-widget-container.is-vertical .card-item {
width: 25%;
}
}
@media (min-width: 1440px) {
.featured_collection-widget-container.is-vertical .card-item {
width: 20%;
}
} .featured_collection-widget-container .slider-nav-container.slider-1 .slider-nav-button {
margin-top: 30px;
}
@media (min-width: 768px) {
.featured_collection-widget-container .slider-nav-container.slider-1 .slider-nav-button {
margin-top: 24px;
}
} .featured_collection-widget-container .slider-nav-container.slider-2 {
justify-content: space-between;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.featured_collection-widget-container .slider-nav-container.slider-2 .slider-nav-button {
margin-top: 0;
}
@media (min-width: 768px) {
.featured_collection-widget-container .slider-nav-container.slider-2 .slider-nav-button.slider-button-prev {
transform: translateX(-100%);
}
.featured_collection-widget-container .slider-nav-container.slider-2 .slider-nav-button.slider-button-next {
transform: translateX(100%);
}
}.elementor-widget-subscribe_callout {
position: relative;
} .subscribe_callout-wrapper {
position: relative;
z-index: 1;
}
.subscribe_callout-wrapper .content-box {
position: relative;
display: flex;
flex-direction: column;
gap: 42px;
}
.subscribe_callout-wrapper .text-wrap {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.subscribe_callout-wrapper .heading {
margin-bottom: 0;
} .subscribe_callout-wrapper .form-wrap {
width: 100%;
}
@media (min-width: 1024px) {
.subscribe_callout-wrapper .form-wrap {
max-width: 488px;
}
}
.subscribe_callout-wrapper .form-wrap .field-wrap {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.subscribe_callout-wrapper .form-wrap input[type] {
padding-right: 48px;
}
.subscribe_callout-wrapper .form-wrap button[type='submit'] {
position: absolute;
right: 0;
padding-inline: 24px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #58507ebf;
}
.subscribe_callout-wrapper .form-wrap input[type]:focus ~ [type='submit'],
.subscribe_callout-wrapper .form-wrap input[type]:focus-visible ~ [type='submit'] {
color: var(--theme-color-1);
}
.subscribe_callout-wrapper .form-wrap button[type='submit'] svg path {
stroke: currentColor;
} .elementor-widget-subscribe_callout .section-bg.preset_1::after {
mix-blend-mode: normal;
background: var(--section-bg-color-1, #000000);
}
.subscribe_callout-wrapper.preset_1 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.subscribe_callout-wrapper.preset_1 .content-box {
align-items: center;
text-align: center;
max-width: 768px;
} .subscribe_callout-wrapper.preset_2 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.subscribe_callout-wrapper.preset_2 .content-box {
align-items: center;
text-align: center;
max-width: 768px;
} .subscribe_callout-wrapper.preset_3 {
position: relative;
display: grid;
align-items: center;
justify-items: center;
}
@media (min-width: 1280px) {
.subscribe_callout-wrapper.preset_3 {
grid-template-columns: 34fr 66fr;
justify-items: stretch;
}
.subscribe_callout-wrapper.preset_3.is_rtl {
grid-template-columns: 66fr 34fr;
justify-items: stretch;
}
}
.subscribe_callout-wrapper.preset_3 .content-box {
border-radius: 24px;
border: 1px solid var(--theme-color-1);
grid-row: 2;
padding-block: 50px 32px;
padding-inline: 24px;
max-width: 768px;
width: 90%;
justify-content: end;
margin-top: -24px;
}
@media (min-width: 768px) {
.subscribe_callout-wrapper.preset_3 .content-box {
padding: 36px;
padding-top: 60px;
}
}
@media (min-width: 1280px) {
.subscribe_callout-wrapper.preset_3 .content-box {
grid-row: auto;
width: calc(100% + 26px);
justify-content: center;
align-self: end;
margin-block: 0;
}
.subscribe_callout-wrapper.preset_3.is_ltr .content-box { padding-right: 62px;
}
.subscribe_callout-wrapper.preset_3.is_rtl .content-box { justify-self: end;
padding-left: 62px;
}
}
@media (min-width: 1440px) {
.subscribe_callout-wrapper.preset_3 .content-box {
align-self: center;
margin-block: 26% 0;
}
}
.subscribe_callout-wrapper.preset_3 .text-wrap {
align-items: start;
}
.subscribe_callout-wrapper.preset_3 .eyebrow-text {
font-family: 'Plus Jakarta Sans';
font-weight: 600;
font-size: 12px;
line-height: 1em;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 9px 12px 7px;
background-color: var(--theme-color-3);
color: #fff;
border-radius: 4px;
align-self: start;
}
.subscribe_callout-wrapper.preset_3 .img-wrapper {
position: relative;
overflow: visible;
border-radius: 24px;
width: 100%;  }
@media (min-width: 1280px) {
.subscribe_callout-wrapper.preset_3.is_rtl .img-wrapper {
grid-area: 1/1;
}
}
.subscribe_callout-wrapper.preset_3 .img-wrapper img {
position: relative;
filter: drop-shadow(0px 5px 24px rgba(0, 0, 0, 0.25)); } .subscribe_callout-wrapper.preset_4 {
padding-block: 48px;
}
.subscribe_callout-wrapper.preset_4 .content-box {
display: grid;
justify-content: space-between;
gap: 36px;
align-items: start;
justify-content: center;
}
@media (min-width: 1280px) {
.subscribe_callout-wrapper.preset_4 .content-box {
grid-template-columns: 66fr 33fr;
gap: 100px;
justify-content: stretch;
}
}
.subscribe_callout-wrapper.preset_4 .content-box .text-wrap {
display: grid;
align-items: start;
max-width: 480px;
}
@media (min-width: 1280px) {
.subscribe_callout-wrapper.preset_4 .content-box .text-wrap {
grid-template-columns: 0.9fr 1fr;
max-width: none;
gap: 36px;
}
}
@media (min-width: 1536px) {
.subscribe_callout-wrapper.preset_4 .content-box .text-wrap {
grid-template-columns: 1fr 0.9fr;
}
}.elementor-widget-decorative_section {
position: relative;
} .elementor-widget-decorative_section .gallery-block {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
width: 100%;
}
@media (min-width: 768px) {
.elementor-widget-decorative_section .gallery-block {
grid-template-columns: repeat(3, 1fr);
}
} @media (min-width: 1024px) {
.elementor-widget-decorative_section .gallery-block {
gap: 24px;
}
} .elementor-widget-decorative_section .gallery-block .img-wrapper {
position: relative;
overflow: hidden;
width: 100%;
border-radius: 24px;
background-color: rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
box-shadow: 0px 4px 24px 0px #00000040;
}
.elementor-widget-decorative_section .gallery-block .img-wrapper::after {
content: '';
position: absolute;
inset: 0;
background-blend-mode: multiply;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.56%, rgba(0, 0, 0, 0.5) 83.06%);
} .decorative_section-wrapper {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.decorative_section-wrapper .eyebrow-text {
width: fit-content;
}
.decorative_section-wrapper .heading-block {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-bottom: 1%;
width: 100%;
}
.decorative_section-wrapper h1 {
mix-blend-mode: exclusion;
margin-bottom: 0;
line-height: 90%;
font-size: 294px;  font-size: clamp(62px, calc(16.447vw + 9.37px), 262px); }
.e-con-full .decorative_section-wrapper h1 {
font-size: max(62px, calc(16.477vw + 9.27px)); }
@media (min-width: 1280px) {
.decorative_section-wrapper h1 {
line-height: 83%;
}
} .decorative_section-wrapper .heading-block h1 span {
color: #fff;
}
.decorative_section-wrapper .paragraph-block {
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
align-items: center;
max-width: 768px;
padding-inline: 20px;
}
@media (min-width: 1280px) {
.decorative_section-wrapper .paragraph-block {
gap: 30px;
}
}  .elementor-widget-decorative_section .section-bg.preset_1 {
background-color: #000;
}
.elementor-widget-decorative_section .section-bg.preset_1::after {
display: none;
}
.decorative_section-wrapper.preset_1 {
display: block;
}
.decorative_section-wrapper.preset_1 .heading-block {
display: grid;
align-items: end;
grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 1280px) {
.decorative_section-wrapper.preset_1 .heading-block {
grid-template-columns: repeat(6, 1fr);
}
} .decorative_section-wrapper.preset_1 .heading-block h1 {
font-size: max(64px, calc(16.335vw + 11.73px));
}
.decorative_section-wrapper.preset_1 .heading-block .fit-wrap {
display: flex;
}
.decorative_section-wrapper.preset_1 .heading-block .fit-wrap:nth-child(1) {
grid-column: 1 / -2; }
.decorative_section-wrapper.preset_1 .heading-block .fit-wrap:nth-child(2) {
grid-row: 2;
grid-column: -1 / 2;
text-align: right;
justify-self: end; }
.decorative_section-wrapper.preset_1 .paragraph-block {
z-index: 1;
grid-row: 3;
grid-column: 2 / -2;
margin-top: 32px;
}
@media (min-width: 768px) {
.decorative_section-wrapper.preset_1 .paragraph-block {
margin-top: 36px;
}
} @media (min-width: 1280px) {
.decorative_section-wrapper.preset_1 .paragraph-block {
grid-row: 1;
grid-column: -2 / -1;
padding-left: 0.5em;
margin-top: 0;
align-items: normal;
text-align: left;
}
} @media (min-width: 1280px) {
.decorative_section-wrapper.preset_1 .paragraph-block .paragraph {
max-width: 245px;
}
}  .decorative_section-wrapper.preset_2 {
overflow: hidden;
gap: 42px;
}
.decorative_section-wrapper.preset_2 .heading-block h1 {
position: relative;
font-size: max(54px, calc(17.045vw - 0.54px)); }
.decorative_section-wrapper.preset_2 .img-wrap {
pointer-events: none;
position: absolute;
bottom: -2px;
left: 45%;
transform: translateX(-50%);
mix-blend-mode: multiply;
height: 94%;
}
.decorative_section-wrapper.preset_2 .img-wrap img {
position: relative;
height: 100%;
width: auto;
max-width: none;
} .decorative_section-wrapper.preset_3 {
gap: 36px;
padding-inline: 18px;
}
@media (min-width: 768px) {
.decorative_section-wrapper.preset_3 {
gap: 30px;
padding-inline: 24px;
}
} @media (min-width: 1280px) {
.decorative_section-wrapper.preset_3 .heading-block {
margin-bottom: 20px;
}
} .e-con-full .decorative_section-wrapper.preset_3 h1 {
font-size: max(52px, calc(16.685vw - 1.39px)); }
.decorative_section-wrapper.preset_3 .gallery-block {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
width: 100%;
}
@media (min-width: 768px) {
.decorative_section-wrapper.preset_3 .gallery-block {
grid-template-columns: repeat(3, 1fr);
}
} .decorative_section-wrapper.preset_3 .img-wrapper {
position: relative;
overflow: hidden;
width: 100%;
aspect-ratio: 544/437;
border-radius: 24px;
background-color: rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
box-shadow: 0px 4px 24px 0px #00000040;
}
.decorative_section-wrapper.preset_3 .img-wrapper::after {
content: '';
position: absolute;
inset: 0;
background-blend-mode: multiply;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.56%, rgba(0, 0, 0, 0.5) 83.06%);
} .elementor-widget-decorative_section .gallery-block:is(.preset_4) {
padding-inline: 18px;
}
@media (min-width: 1024px) {
.elementor-widget-decorative_section .gallery-block:is(.preset_4) {
padding-inline: 24px;
}
}  .elementor-widget-decorative_section .gallery-block:is(.preset_4) .marquee-column:nth-child(2) .gallery-item {
aspect-ratio: 9 / 16;
}
.decorative_section-wrapper.preset_4 {
gap: 30px;
padding-inline: 18px;
}
@media (min-width: 1024px) {
.decorative_section-wrapper.preset_4 {
padding-inline: 24px;
}
} @media (min-width: 1280px) {
.decorative_section-wrapper.preset_4 .heading-block {
margin-bottom: 8px;
}
} .decorative_section-wrapper.preset_4 .heading-block .fit-wrap {
display: flex;
width: 100%;
}
@media (min-width: 1280px) {
.decorative_section-wrapper.preset_4 .heading-block .fit-wrap {
width: 75%;
}
} .e-con-full .decorative_section-wrapper.preset_4 h1 {
font-size: max(52px, calc(16.685vw - 1.39px)); } .elementor-widget-decorative_section .marquee-columns {
position: absolute;
overflow: hidden;
inset: 0;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
opacity: 0.5 !important;
}
@media (min-width: 768px) {
.elementor-widget-decorative_section .marquee-columns {
grid-template-columns: repeat(3, 1fr);
}
} @media (min-width: 1024px) {
.elementor-widget-decorative_section .marquee-columns {
gap: 24px;
}
} @media (max-width: 767px) {
.marquee-column:nth-child(2) {
display: none;
}
} .marquee-column .marquee-groups {
position: relative;
will-change: transform;
animation: scroll-y 35s linear infinite;
}
@media (min-width: 768px) {
.marquee-column .marquee-groups {
animation-duration: 40s;
}
} .marquee-column:nth-child(1) .marquee-groups {
animation-delay: -4s;
}
.marquee-column:nth-child(even) .marquee-groups {
animation: scroll-y-reverse 45s linear infinite;
}
@media (max-width: 767px) {
.marquee-column:nth-child(2) .marquee-groups {
animation-play-state: paused;
}
.marquee-column:nth-child(3) .marquee-groups {
animation-name: scroll-y-reverse;
}
} .marquee-column .gallery-item {
aspect-ratio: 1 / 1.2;
height: 100%;
}
@media (min-width: 768px) {
.marquee-column .gallery-item {
aspect-ratio: 1088 / 965;
}
} .marquee-column:nth-child(2) .gallery-item {
aspect-ratio: 9 / 16;
}
.marquee-image-group {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
}
.marquee-image-group.clone {
position: absolute;
}
.marquee-image-group > div {
margin-block: 9px;
}
@media (min-width: 1024px) {
.marquee-image-group > div {
margin-block: 12px;
}
}  @keyframes scroll-y {
from {
transform: translateY(0%) translateZ(0);
}
to {
transform: translateY(-100%) translateZ(0);
}
}
@keyframes scroll-y-reverse {
from {
transform: translateY(-100%) translateZ(0);
}
to {
transform: translateY(0%) translateZ(0);
}
}.elementor-widget-card_callout {
position: relative;
}
.card_callout-wrapper .content-box {
border-radius: 24px;
border: 1px solid var(--theme-color-1);
padding: 24px;
padding-bottom: 30px;
width: fit-content;
max-width: 520px;
}
@media (min-width: 1024px) {
.card_callout-wrapper .content-box {
padding: 32px;
max-width: 768px;
}
}
@media (min-width: 1280px) {
.card_callout-wrapper .content-box {
padding: 36px;
max-width: 1024px;
}
}
.card_callout-wrapper .text-wrap:not(:last-child) {
margin-bottom: 24px;
}
@media (min-width: 1280px) {
.card_callout-wrapper .text-wrap:not(:last-child) {
margin-bottom: 34px;
}
}
.card_callout-wrapper .content-box h2 {
margin-bottom: 24px;
}
@media (max-width: 768px) {
.card_callout-wrapper .buttons-container .elementor-button {
flex: 1;
}
}  .card_collection-wrapper.preset_1 {
position: relative;
overflow: hidden;
border-radius: 24px;
background-color: rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
box-shadow: 0px 4px 24px 0px #00000040;
height: 360px;
}
.card_collection-wrapper.preset_1 .img-wrapper::before,
.card_collection-wrapper.preset_1 .img-wrapper::after {
pointer-events: none;
content: '';
position: absolute;
inset: 0;
z-index: 1;
mix-blend-mode: multiply;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.56%, rgba(0, 0, 0, 0.5) 83.06%);
}
.card_collection-wrapper.preset_1 .img-wrapper::before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
transition: opacity 0.5s ease-out;
opacity: 0;
}
.card_collection-wrapper.preset_1:hover .img-wrapper::before {
opacity: 1;
}
.card_collection-wrapper.preset_1 a {
height: 100%;
display: flex;
align-items: end;
padding: 32px;
}
.card_collection-wrapper.preset_1 .img-wrapper {
position: absolute;
inset: 0;
z-index: 0;
width: 100%;
height: 100%;
}
.card_collection-wrapper.preset_1 .img-wrapper img {
position: relative;
z-index: 0;
transition: all 0.75s ease-out;
}
.card_collection-wrapper.preset_1:hover .img-wrapper img {
transform: scale(1.1);
filter: brightness(1.2);
}
.card_collection-wrapper.preset_1 .text-box {
position: relative;
z-index: 1;
}
.card_collection-wrapper.preset_1 h4 {
margin-bottom: 24px;
}
.card_collection-wrapper.preset_1 .button-circle {
width: 42px;
height: 42px;
} .elementor-widget-card_product {
height: 100%;
}
.card_product-wrapper {
position: relative;
overflow: hidden;
border-radius: 24px;
background-color: #00000080;
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3); }
.card_product-wrapper .thumbnail-container {
position: relative;
overflow: hidden;
aspect-ratio: 1/1;
width: 100%;
max-height: 500px;
}
.card_product-wrapper .img-wrapper {
position: absolute;
inset: 0;
z-index: 0;
}
.card_product-wrapper .img-wrapper::after {
pointer-events: none;
content: '';
position: absolute;
inset: 0;
z-index: 1;
mix-blend-mode: multiply;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.5) 100%);
}
.card_product-wrapper .img-wrapper img {
will-change: transform, filter;
transition: all 0.75s ease-out;
}
.card_product-wrapper .img-wrapper:hover img {
transform: scale(1.1);
filter: brightness(1.2);
}
.card_product-wrapper .thumbnail-container:hover .badges-container {
pointer-events: none;
}
.card_product-wrapper .badges-container {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 10px;
padding: 32px;
}
.card_product-wrapper .badge-wrapper {
display: flex;
flex-direction: column;
align-items: start;
gap: 6px;
}
.card_product-wrapper .product-badge {
position: relative;
overflow: hidden;
background-color: var(--theme-color-5);
color: var(--theme-color-1);
}
.card_product-wrapper .product-badge:is(.product-stock) {
color: #fe9b0e;
}
.card_product-wrapper .product-badge:is(.in-stock) {
background-color: var(--theme-color-3);
color: var(--theme-color-2);
}
.card_product-wrapper .product-badge:is(.product-stock) p {
color: currentColor;
}
.card_product-wrapper .rating-wrapper {
flex-shrink: 0;
}
.card_product-wrapper .product-rating {
display: flex;
gap: 6px;
align-items: center;
font-size: 12px;
font-weight: 700;
color: var(--theme-color-1);
}
.card_product-wrapper .product-rating .rating-icon {
font-size: 14px;
color: currentColor;
margin-bottom: 2px;
}
.card_product-wrapper .product-info-container {
flex: 1;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
gap: 24px;
padding: 32px;
}
.card_product-wrapper h6 {
color: var(--theme-color-1);
margin-bottom: 10px;
}
.card_product-wrapper h6 a:hover {
color: var(--theme-color-2);
}
.card_product-wrapper .product_price .price {
font-family: inherit !important;
font-size: 22px;
font-weight: 600 !important;
line-height: 1.2em;
display: flex;
align-items: center;
gap: 6px;
}
.card_product-wrapper .product_price .price del {
opacity: 1;
color: #876c51;
}
.card_product-wrapper .product_price .price ins {
font-weight: inherit;
text-decoration: none;
}
.card_product-wrapper .buttons-container {
gap: 16px;
justify-content: space-between;
}
.card_product-wrapper .cart-wrapper {
flex: 1;
max-width: 640px;
position: relative;
display: inline-grid;
}
.card_product-wrapper .cart-wrapper > a {
grid-area: 1/1;
}  .card_blog-wrapper {
position: relative;
overflow: hidden;
border-radius: 24px;
background-color: #1a1725;
border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.3);
box-shadow: 0px 4px 24px 0px #00000040;
}
.card_blog-wrapper .thumbnail-container {
position: relative;
overflow: hidden;
aspect-ratio: 16/11;
width: 100%;
max-height: 500px;
}
.card_blog-wrapper .img-wrapper {
position: absolute;
inset: 0;
z-index: 0;
}
.card_blog-wrapper .img-wrapper::after {
pointer-events: none;
content: '';
position: absolute;
inset: 0;
z-index: 1;
mix-blend-mode: multiply;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.5) 100%);
}
.card_blog-wrapper .img-wrapper img {
will-change: transform, filter;
transition: all 0.75s ease-out;
}
.card_blog-wrapper .img-wrapper:hover img {
transform: scale(1.1);
filter: brightness(1.2);
}
.card_blog-wrapper .meta-container {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 10px;
padding: 32px;
}
.card_blog-wrapper .post-category {
pointer-events: none;
background-color: #2c273e;
color: var(--theme-color-1);
font-weight: 600;
}
.card_blog-wrapper .post-info-container {
flex: 1;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
gap: 24px;
padding: 32px;
}
.card_blog-wrapper h6 {
color: var(--theme-color-1);
line-height: 1.1em;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.card_blog-wrapper h6 {
line-height: 1.2em;
}
}
.card_blog-wrapper h6 a:hover {
color: var(--theme-color-2);
text-decoration: underline;
}
.card_blog-wrapper .post_excerpt p {
font-size: 12px;
}
.card_blog-wrapper .card-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.card_blog-wrapper .card-footer-left {
display: flex;
align-items: center;
gap: 16px;
}
.card_blog-wrapper .post-author {
text-transform: capitalize;
}
.card_blog-wrapper .post-author,
.card_blog-wrapper .readtime {
flex-shrink: 0;
position: relative;
display: flex;
align-items: center;
gap: 5px;
font-size: 12px;
font-weight: 700;
color: #ffbf00;
}
.card_blog-wrapper .post-author svg,
.card_blog-wrapper .readtime svg {
height: 15px;
width: auto;
} .elementor-widget-card_reviews {
height: 100%;
}
.card_reviews-wrapper {
position: relative;
overflow: hidden;
padding: 32px;
padding-left: 34px;
background-color: #00000080;
border-radius: 24px;
border-bottom: 1px solid #ffbf004d;
height: 100%;
}
.card_reviews-wrapper h4 {
color: #ffbf00;
margin-bottom: 28px;
}
.card_reviews-wrapper h4 span:is(:first-child, :last-child) {
color: #ffbf00;
}
.card_reviews-wrapper h4 a {
display: block;
}
.card_reviews-wrapper h4 a:hover {
color: #fff;
}
.card_reviews-wrapper .rating-wrapper {
display: flex;
align-items: center;
gap: 8px;
font-weight: bold;
font-size: 14px;
line-height: 1;
color: #ffbf00;
margin-bottom: 18px;
}
.card_reviews-wrapper .author-wrapper + .rating-wrapper {
margin-block: 16px 0;
}
.card_reviews-wrapper .rating-number {
transform: translateY(2px);
font-size: 1.05em;
}
.elementor-widget .card_reviews-wrapper.card_reviews-wrapper .star-rating {
font-family: WooCommerce;
position: relative;
overflow: hidden;
height: 1em;
line-height: 1;
float: none;
color: var(--theme-color-1);
font-size: 14px;
width: 7.45em;
}
.elementor-widget .card_reviews-wrapper.card_reviews-wrapper .star-rating span {
position: absolute;
top: 0;
left: 0;
padding-top: 1.5em;
overflow: hidden;
white-space: nowrap;
}
.elementor-widget .card_reviews-wrapper.card_reviews-wrapper .star-rating::before {
color: rgba(255, 255, 255, 0.4);
}
.elementor-widget .card_reviews-wrapper.card_reviews-wrapper .star-rating::before,
.elementor-widget .card_reviews-wrapper.card_reviews-wrapper .star-rating span::before {
content: 'S S S S S';
position: absolute;
top: 0;
left: 0;
}
.card_reviews-wrapper .author-wrapper {
display: flex;
align-items: center;
gap: 14px;
}
.card_reviews-wrapper .review-author {
font-size: 12px;
}
.card_reviews-wrapper .review-author a {
display: block;
text-decoration: none;
}
.card_reviews-wrapper .review-author a:hover {
color: #ffd966;
}
.card_reviews-wrapper .author-avatar {
position: relative;
overflow: hidden;
border-radius: 100%;
aspect-ratio: 1/1;
width: 70px;
height: auto;
flex-shrink: 0;
}
.card_reviews-wrapper .author-avatar::after {
pointer-events: none;
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.59%, rgba(0, 0, 0, 0.5) 100%);
}
.card_reviews-wrapper .author-avatar img {
transition: all 0.5s ease-out;
}
.card_reviews-wrapper .author-avatar:hover img {
transform: scale(1.25);
filter: brightness(1.2);
} .card_reviews-wrapper .author-wrapper .review-author strong {
display: block;
font-size: 18px;
}.elementor-widget-carousel_reviews {
width: 100%;
}
.slider-reviews_carousel {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
overflow: visible;
}
@media (min-width: 768px) {
.slider-reviews_carousel {
overflow: hidden;
gap: 24px;
margin-inline: -20%;
}
}
@media (min-width: 1280px) {
.slider-reviews_carousel {
margin-inline: -10%;
}
}
.slider-reviews_carousel .swiper-wrapper {
overflow: visible;
}
.slider-reviews_carousel .card_reviews-wrapper {
display: grid;
grid-template-rows: 1fr auto;
}
.slider-reviews_carousel span.swiper-notification {
position: absolute;
}
.slider-reviews_carousel .slider-nav-button {
background-color: var(--theme-color-3);
color: #fff;
}
@media (max-width: 767px) {
.slider-reviews_carousel .slider-nav-button:hover {
color: #fff;
}
}@font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.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: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) 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: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.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: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) 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: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.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: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//splatteredink.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.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;
}