:root {
--th-bg: #ffffff;
--th-text: #000000;
--th-link-text: #2d57b9;
--th-link-text-hover: #4770d1;
--th-muted: #64748b;
--th-accent: #2d57b9;
--th-accent-2: #f43f5e;
--th-border: #e5e7eb;
--th-surface: #f8fafc;
--th-dark: #0b1220;
--th-footer-text: #ffffff;

/*Navegação*/
--th-bg-header: #042f5b;
--th-bg-hero: #133f6d;
--th-nav__link: #ffffff;

/*Footer*/
--th-bg-footer: var(--th-bg-header);

/* Tipografia */
--fonte-padrao: Inter, sans-serif;
--fonte-titulos: Inter, sans-serif;
--tamanho-base-fonte: 16px;

/* Espaçamento */
--espacamento-pequeno: px;
--espacamento-padrao: 10px;
--espacamento-medio: px;
--espacamento-grande: px;
--espacamento-secao: px;

/* Outros */
--borda-arredondada: 6px;
}