@import 'tailwindcss';

@source '../views';
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';

@theme {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-display: 'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;

    /* Lake Group's brand palette, shared with the public site and the
       admin panel theme so the resident portal feels like the same
       product rather than a bare framework scaffold. */
    --color-cream: #F3EDE1;
    --color-cream-soft: #FBF6EC;
    --color-ink: #211C16;
    --color-muted: #746A5C;
    --color-accent: #2951D8;
    --color-accent-deep: #1E3DAE;
    --color-accent-soft: #E7ECFB;
    --color-gold: #DE9F35;
    --color-gold-soft: #F8EAD1;
}
