/* Centralized Bacon King Studios theme derived from transparentLogo.png */
:root {
  /* Typography */
  --font-body: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
  --font-display: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;

  /* Brand colors sampled from transparentLogo.png */
  --color-brand-red: #d02820;
  --color-brand-red-light: #ff6860;
  --color-brand-red-dark: #881010;
  --color-brand-gold: #b89018;
  --color-brand-gold-light: #ffc820;
  --color-brand-maroon: #401820;

  /* Supporting neutrals */
  --color-bg-950: #181010;
  --color-bg-900: #281010;
  --color-bg-800: #401820;
  --color-text-primary: #fdfdfd;
  --color-text-soft: #f8e8d8;
  --color-text-on-light: #1b110f;

  /* Surfaces and borders */
  --color-surface-overlay: rgba(24, 16, 16, 0.62);
  --color-surface-strong: rgba(64, 24, 32, 0.76);
  --color-surface-card: #ffffff;
  --color-border-subtle: rgba(255, 104, 96, 0.52);
  --color-input-border: rgba(192, 144, 24, 0.62);

  /* Navigation */
  --color-nav-bg: rgba(24, 16, 16, 0.9);
  --color-nav-hover: rgba(64, 24, 32, 0.92);

  /* Gradients and elevation */
  --gradient-main: linear-gradient(-45deg, #181010, #401820, #d02820, #ff6860, #ffc820);
  --gradient-subtle: linear-gradient(180deg, #181010, #401820);
  --shadow-soft: 0 4px 6px rgba(0, 0, 0, 0.18);
}
