CSS variable
Theme variable is essential when you need to customize or create your theme or design systems. normally you will want to change it value but add more variables and generate more atomic classed is possible too Learn more about customization.
Nomimono uses most CSS custom properties. You don't need any build setup. You can change the CSS custom properties in the CSS file or the runtime.
Color, Typography and Spacing is the most important things that you will need to change it value to create your theme. below
Color
For regular use cases, color is the only CSS custom property you need to change/override to create your theme. Learn more about customization.
Typography
These are the CSS custom properties related to design systems' typography (font family, font size). Usually, you may want to change the font-family for your website.
Spacing
These are the CSS custom properties related to design systems' spacing, specifically used for margin, padding, top, left, bottom, right, width and height. normally you don't need to change it at all.