/* variables.css: define as variáveis globais de cor e outros tokens */
:root {
  --primary-dark: #0e2238;
  --primary-darker: #121212;
  --accent: #f77f00;
  --background: #f9f0e7;
  --neutral: #a1a1a1a1;
  --white: #ffffff;
}