/*
 * This file is generated by Luna. Do not edit it by hand.
 * Your changes are overwritten the next time the app is generated.
 * To make changes, use the Luna Builder, then Generate.
 * @luna-generated v1
 */
/*
 * Auto-generated by Luna, do not edit by hand.
 * Theme: Confident Navy (id=2)
 * Tabler: 1.0.0-beta21
 *
 * To override these tokens, add rules in app.css *after* the
 * @import line, your overrides will win.
 */
:root {
  --tblr-primary: #1e3a5f;
  --tblr-primary-lt: #eaedf0;
  --tblr-font-sans-serif: system-stack, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --tblr-primary-rgb: 30,58,95;
  --tblr-border-radius: 2px;
  --tblr-border-radius: 2px;
  --tblr-border-radius-sm: calc(2px * 0.75);
  --tblr-border-radius-lg: calc(2px * 1.5);
}

/* --luna-* aliases (brand tokens for generated-app components) */
:root {
  --luna-color-primary: var(--tblr-color-primary, #0054a6);
  --luna-color-primary-rgb: var(--tblr-color-primary-rgb, 0, 84, 166);
  --luna-color-secondary: var(--tblr-color-secondary, #616876);
  --luna-border-color: var(--tblr-border-color, #e6e7e9);
  --luna-overlay-bg: rgba(var(--tblr-body-color-rgb, 15, 23, 42), 0.45);
  --luna-border-radius: 2px;
}
