/*Global Fonts*/

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../../resources/fonts/caviardreams-webfont.woff2') format('woff2'), url('../../resources/fonts/caviardreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('../../resources/fonts/caviardreams_bold-webfont.woff2') format('woff2'), url('../../resources/fonts/caviardreams_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zenzero Grotesk Sans';
    src: url('../../resources/fonts/ZenzeroGroteskSans.woff2') format('woff2'), url('../../resources/fonts/ZenzeroGroteskSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sandstone';
    src: url('../../resources/fonts/Sandstone.eot');
    /* IE9 Compat Modes */
    src: url('../../resources/fonts/Sandstone.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../resources/fonts/Sandstone.woff') format('woff'), /* Modern Browsers */
    url('../../resources/fonts/Sandstone.woff2') format('woff2'), /* Modern Browsers */
    url('../../resources/fonts/Sandstone.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Moscato';
    src: url('../../resources/fonts/MoscatoScript.woff2') format('woff2'), url('../../resources/fonts/MoscatoScript.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*
@font-face {
    font-family: 'caviar_dreamsbold_italic';
    src: url('../../resources/fonts/caviardreams_bolditalic-webfont.woff2') format('woff2'), url('../../resources/fonts/caviardreams_bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('../../resources/fonts/caviardreams_italic-webfont.woff2') format('woff2'), url('../../resources/fonts/caviardreams_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/


/* Global Checkbox*/

body:not(.et-fb-root-ancestor) input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}

body:not(.et-fb-root-ancestor) input[type='checkbox']::after {
    content: "";
    text-align: center;
    line-height: 8px;
    position: absolute;
    cursor: pointer;
    height: 13px;
    width: 13px;
    left: 0;
    top: 0px;
    font-size: 10px;
    background: #fff;
    border: 1px solid #adadad;
    font-weight: bold;
}

body.page-id-329334:not(.et-fb-root-ancestor) input[type='checkbox']::after {
    background: #fff;
    border-radius: 50%;
}

body:not(.et-fb-root-ancestor) input[type='checkbox']:checked::after {
    background: #fff;
    content: "\2714";
    color: #e9af17;
    font-size: 13px;
    line-height: 13px;
}


/* Global radio */

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    position: relative;
    padding-left: 1.3rem;
}

input[type="radio"]+label::before,
input[type="radio"]+label::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    border-radius: 1rem;
}

input[type="radio"]+label::before {
    top: 2px;
    left: 0;
    border: 1px solid #969696;
    background-color: transparent;
    width: 1rem;
    height: 1rem;
}

input[type="radio"]+label::after {
    top: 5px;
    left: 3px;
    width: calc(1rem - 6px);
    height: calc(1rem - 6px);
}

input[type="radio"]:checked+label::after {
    background-color: var(--clr-accent2);
}


/*Responsive Min Width*/

@media (min-width: 320px) {}

@media (min-width: 568px) {}

@media (min-width: 768px) {}

@media (min-width: 981px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}


/*Responsive Max Width*/

@media (max-width: 767px) {}

@media (max-width: 980px) {}