/**
 * assets/css/style.css
 * This file will be compiled and overwritten by Tailwind CSS.
 * A base fallback styling is included below for immediate rendering before compilation.
 */

:root {
    --brand-deep-blue: #0B3B82;
    --brand-navy-blue: #082F67;
    --brand-teal: #0FA7A0;
    --brand-light-teal: #E7F8F6;
    --brand-green: #52A832;
    --brand-light-green: #EEF8E8;
    --brand-yellow: #F5C542;
    --brand-light-gray: #F5F7FA;
    --brand-dark-text: #1F2937;
}

/* Fallback loading indicator if Tailwind is not compiled yet */
body:not(.tailwind-loaded) {
    font-family: 'Inter', sans-serif;
}
