:root {
--th-bg: #fffefa;
--th-text: #212121;
--th-link-text: #292929;
--th-link-text-hover: #4772f5;
--th-muted: #60a4f7;
--th-accent: #357bf1;
--th-accent-2: #2563eb;
--th-border: #e2e8f0;
--th-surface: #ffffff;
--th-dark: #0b1220;
--th-footer-text: #fafafa;

/*Navegação*/
--th-bg-header: #ffffff;
--th-bg-hero: #d4bba6;
--th-nav__link: #60a4f7;

/*Footer*/
--th-bg-footer: var(--th-bg-header);

/* Tipografia */
--fonte-padrao: Space Grotesk, sans-serif;
--fonte-titulos: Space Grotesk;
--tamanho-base-fonte: 21px;

/* Espaçamento */
--espacamento-pequeno: 8px;
--espacamento-padrao: 10px;
--espacamento-medio: 16px;
--espacamento-grande: 24px;
--espacamento-secao: 64px;

/* Outros */
--th-border-radius: 12px;
}