@import"tailwindcss"source("../..");@font-face{font-family:Geograph;font-style:normal;font-weight:100;font-display:swap;src:url(./geograph-thin.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:italic;font-weight:100;font-display:swap;src:url(./geograph-thin-italic.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:normal;font-weight:300;font-display:swap;src:url(./geograph-light.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:italic;font-weight:300;font-display:swap;src:url(./geograph-light-italic.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:normal;font-weight:400;font-display:swap;src:url(./geograph-regular.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:italic;font-weight:400;font-display:swap;src:url(./geograph-regular-italic.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:normal;font-weight:500;font-display:swap;src:url(./geograph-medium.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:italic;font-weight:500;font-display:swap;src:url(./geograph-medium-italic.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:normal;font-weight:700;font-display:swap;src:url(./geograph-bold.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:italic;font-weight:700;font-display:swap;src:url(./geograph-bold-italic.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:normal;font-weight:900;font-display:swap;src:url(./geograph-black.woff2) format("woff2")}@font-face{font-family:Geograph;font-style:italic;font-weight:900;font-display:swap;src:url(./geograph-black-italic.woff2) format("woff2")}:root{--color-white: #ffffff;--color-white-15: rgba(255, 255, 255, .15);--color-white-20: rgba(255, 255, 255, .2);--color-white-60: rgba(255, 255, 255, .6);--color-black: #000000;--color-med-grey: #303030;--color-button-grey: #333335;--color-dark-grey: #262626;--color-product-yellow: #F9EE16;--color-product-yellow-bg: #EDBF7A;--color-product-yellow-bg-slice: #F4D602;--color-product-blue: #45528A;--color-product-blue-bg: #6A7995;--color-product-sand: #FAECC2;--color-product-sand-bg: #E8D8BE;--color-product-green: #888048;--color-product-green-bg: #848848}@theme{ --font-geograph: "Geograph", "Century Gothic", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif; --color-white: var(--color-white); --color-white-15: var(--color-white-15); --color-white-20: var(--color-white-20); --color-white-60: var(--color-white-60); --color-black: var(--color-black); --color-med-grey: var(--color-med-grey); --color-button-grey: var(--color-button-grey); --color-dark-grey: var(--color-dark-grey); --color-product-yellow: var(--color-product-yellow); --color-product-yellow-bg: var(--color-product-yellow-bg); --color-product-yellow-bg-slice: var(--color-product-yellow-bg-slice); --color-product-blue: var(--color-product-blue); --color-product-blue-bg: var(--color-product-blue-bg); --color-product-sand: var(--color-product-sand); --color-product-sand-bg: var(--color-product-sand-bg); --color-product-green: var(--color-product-green); --color-product-green-bg: var(--color-product-green-bg); --radius-pf: 1.125rem; @keyframes appearDown { 0% { transform: translateY(-100%); } 100% { transform: translateY(0); } } @keyframes appearUp { 0% { opacity: 0; transform: translateY(20%); } 100% { opacity: 1; transform: translateY(0); } } @keyframes appearLeft { 0% { transform: translateX(-100%); } 100% { transform: translateY(0); } } @keyframes appearRight { 0% { transform: translateX(100%); } 100% { transform: translateY(0); } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } --animate-appearDown: appearDown .5s ease-out 1; --animate-appearLeft: appearLeft .5s ease-out 1; --animate-appearRight: appearRight .75s ease-out 1 forwards; --animate-appearUp: appearUp .75s ease-out 1 forwards; --animate-fadeIn: fadeIn .75s .5s ease-out 1 forwards; }*{box-sizing:border-box}html{font-size:16px}html,body{font-size:16px;font-family:var(--font-geograph)}.container{@apply max-w-[100rem];@apply md:mx-auto;}[data-spa-section],[data-section-props],[data-section-blocks]{display:none}.lg{@apply rounded-full;background:#ffffff0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 1px 1px 1px #ffffff4d,inset -1px -1px 1px 1px #ffffff4d,0 4px 8px #0003,0 6px 20px #0003;color:#fffc;transition:all .3s cubic-bezier(.2,.9,.3,1.5)}.snap-container-x{scroll-snap-type:x mandatory}.h1,.h2,.h3,.h4,.h5,.h6{@apply transition-colors duration-300 ease-out;}.h1{@apply text-3xl md:text-6xl font-medium;}.h2{@apply text-3xl font-medium mb-5;}.h3{@apply text-3xl font-normal mb-5;}.h4{@apply text-lg font-medium;}.footer-title{@apply tracking-tighter font-bold;line-height:clamp(5.75rem,16.75vw,16.75rem);font-size:clamp(5.75rem,16.75vw,16.75rem)}.PopoverContent{border-radius:4px;padding:20px;width:260px;background-color:#fff;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.PopoverContent:focus{box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px,0 0 0 2px var(--violet-7)}.PopoverContent[data-state=open][data-side=top]{animation-name:slideDownAndFade}.PopoverContent[data-state=open][data-side=right]{animation-name:slideLeftAndFade}.PopoverContent[data-state=open][data-side=bottom]{animation-name:slideUpAndFade}.PopoverContent[data-state=open][data-side=left]{animation-name:slideRightAndFade}.PopoverArrow{fill:#fff}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
