@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f9f7f4;--bg-alt:#f2eee9;--ink:#1c1916;--ink-soft:#6b6560;--ink-muted:#a8a39d;--gold:#8c7b5e;--gold-light:#c4b49a;--white:#fff;--serif:"Cormorant Garamond", serif;--sans:"Inter", sans-serif;--transition:.4s cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg);color:var(--ink);font-family:var(--sans);cursor:none;text-align:right;direction:rtl;font-weight:300;line-height:1.6;overflow-x:hidden}::selection{background:var(--gold-light);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:none;background:0 0;border:none;font-family:inherit}.photo-frame{display:block;position:relative}.photo-frame:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #000,inset 0 0 50px 18px #000000a6}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-light)}#root{flex-direction:column;min-height:100svh;display:flex}
