/* ============================================
   PauseAI Bonn — Theme: Bonn Sub-Brand
   Swap this file to change the entire visual tone.
   Only CSS custom properties live here.
   ============================================ */

:root {
  /* Colors */
  --color-primary: #ff9416;
  --color-primary-hover: #e88510;
  --color-secondary: #4CAF50;
  --color-secondary-hover: #43a047;

  --color-bg: #ffffff;
  --color-bg-alt: #f8f9fa;
  --color-bg-dark: #1a1a1a;
  --color-surface: #ffffff;
  --color-border: #0000001f;

  --color-text: #1a1a1a;
  --color-text-muted: #6c757d;
  --color-text-on-primary: #ffffff;
  --color-text-on-dark: #f0f0f0;

  /* Typography */
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-weight-heading: 700;
  --font-weight-body: 400;

  --font-size-xs: 0.8rem;
  --font-size-sm: 0.9rem;
  --font-size-base: 1.05rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-hero: 3rem;

  --line-height-body: 1.6;
  --line-height-heading: 1.2;

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-xxl: 4rem;

  /* Layout */
  --container-max: 1200px;
  --nav-height: 62px;

  /* Borders & Shapes */
  --radius: 0;
  --radius-lg: 0;
  --border: 1px solid var(--color-border);

  /* Shadows */
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);

  /* Transitions */
  --transition: 0.2s ease;
}
