/*
Theme Name: Novo Tema SOS Sorocaba 2026
Theme URI: https://sossorocaba.org.br/
Author: Heloise e Luiz Felipe
Author URI: https://github.com/LuizFe1lpe?tab=repositories
Description: Um tema mais atual e leve criado para o WordPress.
Version: 1.0.0
Text Domain: sos_sorocaba
*/

/* ===== Tokens ===== */
:root {
  --color-primary: #0082de;
  --color-gray: rgba(179,179,179,0.16);
  --bluey: rgba(0,132,222,0.1);
  --color-text: #1d2130;
  --color-text-secondary: #525560;
  --color-border: #e5e5e5;
  --color-bg: #fefdfc;
  --color-bg-alt: #f2f1f0;
  --color-bg-tint: rgba(0, 130, 222, 0.1);
  --font-family: 'Roboto', sans-serif;
  --radius: 4px;
  --radius-lg: 20px;
  --container-width: 1280px;
}

* { box-sizing: border-box; }
