/* Design System */
:root {
  /* Variáveis de cor */
    --principal-laranja: #fc6015; 
    --principal-laranja-hover: #e05512;

    --principal-azul: #1E3A73;
    --secundario-azul: #098CF3; 
    
    --pricipal-azul-hover: #1E386E;

    --logo-laranja: #f26a2f;

    --texto: #636768;
    --texto-claro: #aeafaf;

    --fundo-escuro-quando-tom-laranja: #2e2e2e;
    --fundo-escuro-quando-tom-azul: #0c2454;
  }
