:root {
--radius: 14px;
--font-body: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Helvetica Neue", Arial, sans-serif;
--font-heading: var(--font-body);
}
html[data-theme="clean"] {
--clr-bg: #fbfbfd;
--clr-surface: #ffffff;
--clr-text: #1d1d1f;
--clr-muted: #6e6e73;
--clr-accent: #0071e3;
--clr-border: #e5e5ea;
}
html[data-theme="dark"] {
--clr-bg: #000000;
--clr-surface: #1c1c1e;
--clr-text: #f5f5f7;
--clr-muted: #98989d;
--clr-accent: #2997ff;
--clr-border: #38383a;
}
html[data-theme="corporate"] {
--clr-bg: #f4f6f9;
--clr-surface: #ffffff;
--clr-text: #14213d;
--clr-muted: #5b6b82;
--clr-accent: #1d4ed8;
--clr-border: #dbe2ea;
}
html[data-theme="luxury"] {
--clr-bg: #0b0b0c;
--clr-surface: #161616;
--clr-text: #f2ede3;
--clr-muted: #a89f8d;
--clr-accent: #c9a961;
--clr-border: #2a2825;
--font-heading: Georgia, "Hiragino Mincho ProN", serif;
}
html[data-theme="magazine"] {
--clr-bg: #ffffff;
--clr-surface: #ffffff;
--clr-text: #111111;
--clr-muted: #666666;
--clr-accent: #e63946;
--clr-border: #eaeaea;
}