@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&family=Playfair+Display:wght@400;500;700&display=swap";:root{--font-text: "Ubuntu", serif;--font-title: "Playfair Display", serif;--fw-light: 300;--fw-regular: 400;--fw-bold: 700;--color-white: #fff;--color-grey: #222;--color-greylight: #777;--color-blue: #6727f2;--color-darkblue: #0f0740;--color-peach: #f27979;--color-yellow: #eba314;--color-bg: #dfdcef;--color-bg-alt: #f3efee}*,*:before,*:after{box-sizing:border-box}*{min-width:0;padding:0;margin:0}body{overflow-x:hidden;min-height:100dvh;background-color:var(--color-bg);font-family:var(--font-text);font-weight:400;line-height:1.15;color:var(--color-darkblue);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{text-wrap:pretty}#app{display:contents;isolation:isolate;width:100%;min-height:100dvh;display:flex;flex-direction:column;position:relative}@media (max-width: 960px){html,body{font-size:95%}}@media (min-width: 960px){*{cursor:none}}#cursor_wrapper{display:contents}#cursor_wrapper .cursor{z-index:999;width:30px;height:30px;border:2px solid var(--color-yellow)}#cursor_wrapper .cursor,#cursor_wrapper .cursor .dot{pointer-events:none;display:block;position:absolute;border-radius:100%;translate:-50% -50%}#cursor_wrapper .cursor .dot{top:50%;left:50%;width:4px;height:4px;background-color:var(--color-blue);transition:all .5s ease}#cursor_wrapper:has(a:hover) .dot,#cursor_wrapper:has(.like:not(.liked):hover) .dot,#cursor_wrapper:has(.image:hover) .dot,#cursor_wrapper:has(button:hover) .dot{width:40px;height:40px;opacity:.75;background-color:var(--color-peach)}@media (max-width: 960px){.cursor{display:none!important;opacity:0;visibility:hidden}}
