/*! CSS Used from: https://cdn.prod.website-files.com/6573d98bad80988a4da3703d/css/watatu-travel.webflow.shared.f7e8e4e9a.min.css */
section {
    display: block;
}

a {
    background-color: #0000;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

h2,
h3 {
    margin-bottom: 10px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-embed:after {
    clear: both;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

a {
    color: var(--golden);
    text-decoration: underline;
}

img {
    max-width: 100%;
    display: inline-block;
}

.text-weight-bold {
    font-weight: 700;
}

.text-size-small {
    font-size: .875rem;
}

.text-size-tiny {
    font-size: .75rem;
}

.padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.icon-1x1-small {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.container-large {
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.text-color-grey {
    color: gray;
}

.icon-1x1-medium {
    width: 2rem;
    height: 2rem;
}

.padding-global {
    z-index: 3;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.button {
    background-color: var(--golden);
    color: var(--black);
    text-align: center;
    border-radius: 5rem;
    flex: none;
    padding: .78rem 2.5rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

.button:hover {
    color: var(--brand-light_green);
    transform: translateY(-.25rem);
}

.button.slider {
    cursor: pointer;
    padding: .6rem 1.8rem;
}

.button.cta_button {
    background-color: #5ea39c;
}

.button.cta_button:hover {
    color: var(--black);
    background-color: #87c1b9;
    transform: none;
}

.featured-routes_h3 {
    color: var(--golden);
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-family: 'sobala-Medium', sans-serif !important;

    margin-top: .5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;
}

.ethos-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    max-width: 52rem;
    display: flex;
}

.home-section_trips {
    position: relative;
    overflow: hidden;
}

.trips-slider_wrapper {
    width: 100%;
    position: relative;
}

.feature-trips_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--brand-white);
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    text-decoration: none;
    display: flex;
}

.feature-trips_image-wrapper {
    aspect-ratio: 1;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
}

.feature-trips_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50%;
    display: flex;
}

.trips-content_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.trips-linear_green {
    z-index: 1;
    background-image: linear-gradient(90deg, var(--transparent), var(--transparent)0%, #1021216b 13%, #10212199 27%, #102121c2 43%, #102121e8 65%, var(--brand-green)83%, var(--brand-green)100%, #0e1c1cd6 100%, #0e1d1ddb 100%, #0f1e1ee8 100%, var(--transparent));
    width: 10rem;
    position: absolute;
    inset: 0 0% 0% auto;
}

.trips-linear_green.left {
    z-index: 1;
    background-image: linear-gradient(90deg, var(--transparent), #0f1e1ee8 0%, #0e1d1ddb 0%, #0e1c1cd6 0%, var(--brand-green)0%, var(--brand-green)17%, #102121e8 35%, #102121c2 57%, #10212199 73%, #1021216b 87%, var(--transparent)100%, var(--transparent));
    width: 10rem;
    left: 0%;
    right: auto;
}

.featured-routes_text-desc {
    max-width: 45ch;
    font-size: .8rem;
}

.trip-label-text {
    color: #f2ede3;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.slick-slider-wrapper {
    position: relative;
}

.price-text {
    color: var(--brand-white);
    letter-spacing: .05rem;
    text-transform: none;
    font-size: .875rem;
    font-weight: 600;
}

.feature-trips_content_details {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: .4rem;
    display: block;
}

.details_description {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.feature-trips_price-wrapper {
    background-color: #102121cc;
    border-top-left-radius: 1.5rem;
    margin-top: auto;
    padding: 1rem 1.5rem;
    position: absolute;
    inset: auto 0% 0% auto;
}

.feature-trips_duration-wrapper {
    grid-column-gap: 4px;
    background-color: #102121cc;
    border: 1px #f2ede3;
    border-radius: 0 0 0 1.5rem;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0 0 auto auto;
}

.centered-button_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    display: flex;
}

.feature-trips_image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.trip-category-label {
    grid-column-gap: .25rem;
    background-color: var(--brand-green);
    border: 1px #f2ede3;
    border-radius: 100px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 5rem;
    height: 1.5rem;
    margin-bottom: .25rem;
    padding: .25rem 1rem;
    text-decoration: none;
    display: flex;
    position: static;
    inset: 1rem auto auto 1rem;
}

.home-section_trips .swiper {
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
}

.home-section_trips .swiper.is-routes {
    overflow: hidden !important;
}

.home-section_trips .swiper-wrapper {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
}

.home-section_trips .swiper-wrapper.is-routes {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.home-section_trips .swiper-slide {
    flex-flow: row;
    flex: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.home-section_trips .swiper-slide.is-routes {
    align-self: stretch;
    width: 25%;
}

.slider_nav-button {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100vw;
    padding: 0.75rem;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.slider_nav-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.slider_nav-button .icon-1x1-medium {
    filter: brightness(0) invert(1);
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.3s ease;
}

.slider_nav-button:hover .icon-1x1-medium {
    transform: scale(1.1);
}

.slider_nav-button.swiper-button-prev.is-routes {
    z-index: 10;
    position: absolute;
    inset: 40% auto auto 1.5rem;
    background-color: #24101e;
}

.slider_nav-button.swiper-button-next.is-routes {
    z-index: 10;
    position: absolute;
    background-color: #24101e;
    inset: 40% 1.5rem auto auto;
}

.booking-options-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
}

.booking-pill {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #744202;
    border-radius: 100vw;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    padding: .25rem .75rem;
    display: flex;
}

.booking-pill.is-group {
    background-color: #004414;
}

.settings {
    display: none;
}

@media screen and (min-width:1280px) {
    .padding-global {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 2rem;
    }

    .padding-section-medium {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .button {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .875rem;
    }

    .ethos-header {
        align-items: flex-start;
    }

    .trips-slider_wrapper {
        overflow: visible;
    }

    .feature-trips_image-wrapper {
        justify-content: center;
        align-items: flex-end;
    }

    .trips-linear_green,
    .trips-linear_green.left {
        display: none;
    }

    .home-section_trips .swiper-slide.is-routes {
        width: 33.33%;
    }
}

@media screen and (max-width:767px) {
    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .ethos-header {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .feature-trips_image-wrapper {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
    }

    .trips-content_wrapper {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
    }

    .trips-linear_green {
        display: none;
    }

    .home-section_trips .swiper-slide.is-routes {
        width: 50%;
    }
}

@media screen and (max-width:479px) {
    h2 {
        font-size: 1.65rem;
    }

    .padding-global {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .ethos-header {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .feature-trips_image-wrapper {
        aspect-ratio: 3/2;
    }

    .home-section_trips .swiper.is-routes {
        overflow: visible !important;
    }

    .home-section_trips .swiper-wrapper.is-routes {
        justify-content: flex-start;
        align-items: stretch;
    }

    .home-section_trips .swiper-slide.is-routes {
        width: 100%;
    }
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css */
.home-section_trips .swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.home-section_trips .swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
}

.home-section_trips .swiper-wrapper {
    transform: translateZ(0);
}

.home-section_trips .swiper-horizontal {
    touch-action: pan-y;
}

.home-section_trips .swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.home-section_trips .swiper-button-next,
.home-section_trips .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;
}

.home-section_trips .swiper-button-next,
.home-section_trips .swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%);
}

.home-section_trips .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}

.home-section_trips .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
}

.home-section_trips .swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.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: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.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: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.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: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.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: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.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: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.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: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.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: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.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: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.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: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.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: 'Sobala-regular'; /* Pick a name for your font */
  src: url('../font/sobala-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sobala-air'; /* Pick a name for your font */
  src: url('../font/sobala-air.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sobala-Medium'; /* Pick a name for your font */
  src: url('../font/sobala-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sobala-Bold'; /* Pick a name for your font */
  src: url('../font/sobala-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sobala-Light'; /* Pick a name for your font */
  src: url('../font/sobala-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1{
        font-family: 'sobala-Medium', sans-serif !important;
    /* font-size: 100px; */
    font-weight: 100;
    text-transform: capitalize;
}
h2{
        font-family: 'sobala-Medium', sans-serif !important;
    /* font-size: 100px; */
    font-weight: 100;
    text-transform: capitalize;
}


p {
    font-family: europa, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
}



