:root{--text-white: #FFFAFA;--text-black: #0B1215;--primary: #FF8C00;--primary-text-on-light: #9F5400;--font-heading: "Barlow Semi Condensed", sans-serif;--font-body: "Montserrat", sans-serif;--bg-brightness: .5;--bg-contrast: 1.5;--bg-saturation: 1.5}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100%}body{position:relative;font-family:var(--font-body);font-weight:500;color:var(--text-white);background-color:var(--text-black);line-height:1.6;overflow-x:hidden;width:100%;max-width:100%;transition:background-color .5s ease,color .5s ease}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("./media/bg-texture-JJDIFC5L.webp");background-size:cover;background-position:center;background-attachment:fixed;filter:brightness(var(--bg-brightness)) contrast(var(--bg-contrast)) saturate(var(--bg-saturation));z-index:-1;transition:filter .5s ease,opacity .5s ease}html.light-theme body{color:#1a1a2e;background-color:#f5f0eb}html.light-theme body:before{background-image:url("./media/bg-texture-light-theme-XUH467WV.jpg");filter:brightness(1.05) contrast(.95) saturate(.8)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}img{max-width:100%;height:auto;display:block}
