/* ============================================================================
 * 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.
 *
 * 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 {
    --color-primary:      #2563eb;
    --color-primary-dark: #1d4ed8;
    --radius:             10px;
}
