/*
 * Theme: Default
 * Formalizes the platform's original look as a real, selectable theme
 * (rather than an implicit "no theme" state) - byte-for-byte the same
 * :root values assets/css/style.css already ships with. Loaded AFTER
 * style.css, so a company with zero customization on this theme renders
 * identically to how the site looked before theming existed.
 */
:root {
    --primary: #873a10;
    --primary-dark: #501e03;
    --primary-light: #c17349;
    --secondary: #331302;
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 16px;
    --page-bg: #E5E1D5;
    --box-bg: #ffffff;
    --header-bg: #fdf3ed;
}
