:root{--color-primary:#d43d67;--color-on-primary:#fff;--color-primary-container:#ffd9e1;--color-on-primary-container:#4a001a;--color-secondary:#77535e;--color-secondary-container:#ffd9e1;--color-tertiary:#805633;--color-tertiary-container:#ffddc4;--color-on-tertiary-container:#2f1500;--color-background:#fbf8f8;--color-on-background:#1f1a1b;--color-surface:#fbf8f8;--color-on-surface:#1f1a1b;--color-surface-variant:#d7c1c4;--color-on-surface-variant:#524345;--color-outline:#524345;--color-cream:#fff5e6;--color-cream-dark:#ffe0c0;--color-cream-accent:#ffd699}[data-theme=dark]{--color-primary:#d43d67;--color-on-primary:#fff;--color-primary-container:#4a001a;--color-on-primary-container:#ffd9e1;--color-secondary:#77535e;--color-secondary-container:#2c121b;--color-tertiary:#805633;--color-tertiary-container:#2f1500;--color-on-tertiary-container:#ffddc4;--color-background:#1f1a1b;--color-on-background:#ece0e1;--color-surface:#1f1a1b;--color-on-surface:#ece0e1;--color-surface-variant:#524345;--color-on-surface-variant:#d7c1c4;--color-outline:#9f8c8f;--color-cream:#2a1e21;--color-cream-dark:#3d2a2d;--color-cream-accent:#524345}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-background);color:var(--color-on-background);font-family:DM Sans,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Clash Display,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.theme-toggle{background:var(--color-surface);border:2px solid var(--color-outline);cursor:pointer;z-index:100;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px}.theme-toggle:hover{background:var(--color-surface-variant)}
