/* ============================================================
   Internoodle palette — THE single source of truth.
   Matches the homepage design (welcome-internoodle*). Loaded by the
   dashboard (master.blade.php) AND every front page — either via the
   @import at the top of style-internoodle.css, or a direct <link>.
   Change a colour here and it updates the dashboard + all front pages
   together. Loaded when APP_NO = 1.
   ============================================================ */
:root {
    --brand-primary:      #E87200;   /* orange — buttons, CTAs, active nav */
    --brand-primary-dark: #C65F00;   /* darker orange — button hover */
    --brand-deep:         #1B2A4A;   /* navy — headlines, deep accents */
    --brand-amber:        #D99A3D;   /* amber — secondary accents */
    --brand-sage:         #6B8E23;   /* fresh green */
    --brand-wash:         #F8F9FA;   /* off-white — page background */
    --brand-hover:        #FBEDD7;   /* soft orange cream — nav hover fill */
    --brand-surface:      #FFFFFF;   /* white — sidebar / card surface */
    --brand-border:       #E5E8EE;   /* hairline borders */
    --brand-text:         #2B2B2B;   /* near-black — body / menu text */
    --brand-muted:        #5A6472;   /* blue-grey — secondary text */
}
