/* === CORES === */
:root {
  --primary-color: #005494;
  --primary-light: #e6f0fa;
  --primary-medium: #c8def4;
  --primary-hover: #d6eaff;
  --dark-blue: #004b7f;
  
  --text-primary: #000;
  --text-secondary: #333;
  --text-light: #777;
  --text-muted: #ccc;
  
  --bg-light: #f5f9ff;
  --bg-footer: #f0f0f0;
  
  --border-color: #ccc;
  --alert-color: #ffc107;
  
  --shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* === FONTS === */
:root {
  --font-main: 'Space Grotesk', sans-serif;
  --font-mono: 'Space Mono', monospace;
  --font-size-base: 1rem;
  --font-size-large: 1.2rem;
  --font-size-title: 22px;
  --font-weight-normal: 400;
  --font-weight-bold: bold;
}

/* === ESPAÇAMENTOS === */
:root {
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 10px;
  --spacing-lg: 12px;
  --spacing-xl: 15px;
  --spacing-xxl: 20px;
  --spacing-xxxl: 24px;
  --spacing-container: 80px;
  --spacing-container-vertical: 40px;
}

/* === BORDERS === */
:root {
  --border-radius-sm: 4px;
  --border-radius-md: 5px;
  --border-width: 1px;
}

/* === DIMENSÕES === */
:root {
  --logo-width: 500px;
  --logo-wave-height: 66px;
  --topo-esquerda-width: 75%;
  --topo-direita-width: 25%;
  --col-emissora-width: 450px;
  --col-data-width: 80px;
}
