A warm operating system for the Braden family. Nourishing your people, grounded in real life. One CSS link — and any HTML on the web inherits the system.
<!-- Tokens + components, single import --> <link rel="stylesheet" href="https://grove.thebradenfamily.com/css/main.css"> <!-- Or load tokens only --> <link rel="stylesheet" href="https://grove.thebradenfamily.com/css/tokens.css">
Both --grove-* and shorter --bg / --fg / --accent aliases are exposed. Pick whichever names fit your project.
<body class="grove"> <div style="background: var(--surface); border: 1px solid var(--border); padding: var(--grove-s-5);"> <h1 class="grove-display grove-display--lg">Six things, no shame.</h1> <span class="grove-eyebrow grove-eyebrow--accent">Today · Wednesday</span> </div> </body>