/* ═══════════════════════════════════════════════════════════════
   TCUK BRAND TOKENS
   TaxiCourse.uk — the national umbrella brand.
   All --tc-* tokens are retired. Use --brand-* throughout.
   Do not add --tc-* aliases here.
═══════════════════════════════════════════════════════════════ */
:root {
  --brand-primary:       #27a310;
  --brand-dark:          #238c25;
  --brand-muted:         #d4edcf;
  --brand-gradient:      linear-gradient(135deg, #27a310 0%, #238c25 100%);

  --brand-ink:           #1a1a1a;
  --brand-mid:           #4a4a4a;
  --brand-muted-text:    #6b7280;
  --brand-charcoal:      #2a2a2a;

  --brand-white:         #ffffff;
  --brand-border:        #e5e7eb;
  --brand-section-alt:   #f0f4ed;
  --brand-light-bg:      #f7fbf6;

  --brand-nav-border:    #c8e6c0;
  --brand-footer-bg:     #E9F4E6;
  --brand-footer-border: #c8e6c0;
  --brand-hero-grad:     linear-gradient(to left, var(--brand-section-alt), var(--brand-white));

  --radius:              10px;
  --radius-lg:           16px;
  --max-w:               1100px;
}
