/*
 * 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: Luna Platform 2026 (id=1)
 * 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: #1d4ed8;
  --tblr-primary-lt: #e9ebf1;
  --tblr-font-sans-serif: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --tblr-primary-rgb: 29,78,216;
  --tblr-border-radius: 4px;
  --tblr-border-radius: 4px;
  --tblr-border-radius-sm: calc(4px * 0.75);
  --tblr-border-radius-lg: calc(4px * 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: 4px;
}
