/* ═══════════════════════════════════════════════
   RS TOKENS — União RH MG
   ═══════════════════════════════════════════════ */

:root {
  --red:          #DD3333;
  --red-dark:     #B82828;
  --red-light:    rgba(221, 51, 51, 0.08);
  --red-glow:     rgba(221, 51, 51, 0.35);

  --font-head:    'Poppins', sans-serif;
  --font-body:    'Inter', sans-serif;

  --radius:       12px;
  --radius-lg:    20px;
  --radius-full:  100px;

  --shadow-sm:    0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:    0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:    0 8px 48px rgba(0,0,0,0.14);
}

[data-theme="dark"], .theme-dark {
  --bg:           #0A0A0A;
  --bg-2:         #111111;
  --bg-3:         #1A1A1A;
  --bg-card:      #161616;
  --bg-input:     #1A1A1A;
  --border:       rgba(255,255,255,0.08);
  --border-focus: rgba(221,51,51,0.5);
  --text:         #E8E8E8;
  --text-muted:   #9CA3AF;
  --text-strong:  #FFFFFF;
  --scrollbar-bg: #111111;
}

[data-theme="light"], .theme-light {
  --bg:           #FFFFFF;
  --bg-2:         #F7F7F7;
  --bg-3:         #F0F0F0;
  --bg-card:      #FFFFFF;
  --bg-input:     #FFFFFF;
  --border:       #E5E5E5;
  --border-focus: rgba(221,51,51,0.4);
  --text:         #2C2C2C;
  --text-muted:   #6B7280;
  --text-strong:  #0A0A0A;
  --scrollbar-bg: #F7F7F7;
}
