Spaces:
Sleeping
Sleeping
| /* Tailwind directives are in src/styles/global.css. This file uses plain CSS only. */ | |
| /* Base resets and variables */ | |
| :root { | |
| --container-max: 1200px; | |
| } | |
| html { | |
| scroll-behavior: smooth; | |
| } | |
| /* Keep body styling minimal here; Tailwind handles typography/colors */ | |
| .container-max { | |
| max-width: var(--container-max); | |
| margin-left: auto; | |
| margin-right: auto; | |
| padding-left: 1rem; | |
| padding-right: 1rem; | |
| } | |
| /* Class hooks are provided by Tailwind in src/styles/global.css */ |