adds design

This commit is contained in:
2026-09-03 09:36:58 +02:00
parent 79c7a45807
commit 47581d5718
19 changed files with 1447 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/* Elevation is carried by the stone ramp, not by shadow. Shadows exist only for layers that
cross the page plane (dropdown, modal) and for the amber focus ring. */
:root {
--shadow-none: none;
--shadow-dropdown: 0 4px 16px rgba(23, 28, 34, 0.10);
--shadow-modal: 0 16px 48px rgba(23, 28, 34, 0.18);
--ring-focus: 0 0 0 2px var(--color-amber-ring);
}