/* ============================================================================
 * Theme: default
 *
 * Named, reusable theme loaded after frontend.css when a project sets
 * settings.theme = 'default'. Themes re-skin the site by overriding the base
 * design tokens (and, if needed, individual components). This default theme is
 * a light, neutral baseline — duplicate the folder to build new named themes
 * (e.g. corporate, bistro, portfolio) and assign them per project.
 *
 * NOTE: do NOT pin --color-primary / --radius here. Both are computed aliases
 * in frontend.css (--color-primary follows the Primary accent role,
 * --radius follows the Card panel radius); pinning them would cut projects
 * off from their appearance settings.
 *
 * To self-host a font, drop the .woff2 into /public/fonts/, declare an
 * @font-face here, and point --font-heading / --font-body at it.
 * ========================================================================== */

:root {
    /* Intentionally empty — the neutral baseline is frontend.css itself. */
}
