:root{--color-brand-primary: #1A1A1A;--color-brand-bg: #F8F9FA;--color-brand-text: #2C2C2C;--color-brand-muted: #6B7280;--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif;--bg-color: #F8F9FA;--text-color: #1A1A1A}html,body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,.playfair{font-family:Playfair Display,serif}::selection{background:#1a1a1a;color:#f8f9fa}*{box-sizing:border-box;margin:0;padding:0}body.custom-cursor-enabled,body.custom-cursor-enabled *{cursor:none!important}.custom-cursor{position:fixed;top:0;left:0;width:20px;height:20px;background-color:#1a1a1a;border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:difference;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease}.custom-cursor.hover{width:64px;height:64px;background-color:#f8f9fa;mix-blend-mode:difference}
