:root{--background:#f5f5f6;--foreground:#1d1d1f;--color-white:#ffffff;--color-black-10:#f4f4f4;--color-black-30:#d9d9d9;--color-black-50:#b0b2b4;--color-black-100:#0e151e;--color-coffee-10:#0e0c0b;--color-coffee-30:#292522;--color-coffee-50:#443d39;--color-coffee-80:#6c625a;--color-coffee-100:#877a71;--color-creme-10:#1a1714;--color-creme-30:#4d463b;--color-creme-50:#807462;--color-creme-80:#ccb89d;--color-creme-100:#ffe8c4;--transition-timeout:0.25s}html{color-scheme:light;scroll-behavior:smooth;scroll-padding-top:80px}html[data-theme=dark]{--background:#1d1d1f;--foreground:#ffffff;color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme]){--background:#1d1d1f;--foreground:#ededed}html:not([data-theme]){color-scheme:dark}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:1024px){.container{max-width:960px;padding:0 20px}}@media(max-width:768px){.container{max-width:100%;padding:0 16px}}