/*
 * Default light theme overrides.
 * Custom themes can replace this file in themes/{slug}/assets/theme.css.
 */
:root {
    --alm-theme-primary: #0d6efd;
    --alm-theme-surface: #ffffff;
    --alm-theme-bg: #f4f7fb;
    --alm-theme-radius: 1rem;
}
