25
Edit the CSS variables in your globals.css to customize colors, shadows, and border radius.
:root {
--main: #B6ACE4; /* accent color */
--bg: #f0eefc; /* page background */
--white: #ffffff; /* component backgrounds */
--black: #000000; /* text and borders */
--radius: 5px; /* border radius */
--shadow-brutal: 4px 4px 0px 0px var(--black);
}--main: #97ee88;
--bg: #eefbec;--main: #fed170;
--bg: #fffbf0;