/* Site Renkleri - Otomatik Üretildi: 2026-02-18 22:51:01 */
:root {
  /* Ana Renkler */
  --primary: #B80000;
  --primary-dark: #8B0000;
  --accent: #B80000;
  --accent-d: #8B0000;
  --primary-red: #B80000;
  --primary-red-dark: #8B0000;
  --red: #B80000;
  --red-dark: #8B0000;
  --hp: #B80000;
  --hpd: #8B0000;
  --hpl: #B80000;
  --pr: #B80000;
  --prd: #8B0000;

  /* Header */
  --header-bg: #FFFFFF;
  --header-text: #333333;
  --topbar-bg: #B80000;
  --topbar-text: #FFFFFF;
  --nav-bg: #FFFFFF;
  --nav-text: #333333;
  --nav-active: #B80000;

  /* İçerik */
  --body-bg: #F4F4F4;
  --bg: #F4F4F4;
  --card-bg: #FFFFFF;
  --surface: #FFFFFF;
  --card-border: #E9ECEF;
  --line: #E9ECEF;
  --text-primary: #1A1A1A;
  --text: #1A1A1A;
  --text-secondary: #6C757D;
  --text2: #6C757D;
  --text-muted: #999999;
  --dim: #999999;

  /* Footer */
  --footer-bg: #1A1A1A;
  --footer-text: #CCCCCC;
  --footer-link: #FFFFFF;
  --footer-link-hover: #B80000;
  --footer-border: #333333;
  --footer-bottom-bg: #111111;

  /* Ticker & Finans */
  --ticker-bg: #1A1A1A;
  --ticker-text: #FFFFFF;
  --ticker-up: #4CAF50;
  --ticker-down: #F44336;
  --ticker-label: #FFD700;

  /* Son Dakika */
  --breaking-bg: #B80000;
  --breaking-text: #FFFFFF;
}
