:root { --e-global-color-v4-azul:var(--Azul); --e-global-color-v4-vermelho:var(--Vermelho); --e-global-color-v4-azul_claro:var(--Azul_Claro); --e-global-color-v4-branco:var(--Branco); --e-global-color-v4-preto:var(--Preto); --e-global-color-v4-transparente:var(--Transparente); --e-global-color-v4-cinza_claro:var(--Cinza_Claro); --e-global-color-v4-laranja:var(--Laranja); --e-global-color-v4-text:var(--Text); }
:root { --e-global-typography-v4-text-font-family:var(--Poppins); --e-global-typography-v4-text-font-size:16px; --e-global-typography-v4-text-font-weight:400; --e-global-typography-v4-primary-font-family:var(--Poppins); --e-global-typography-v4-primary-font-size:32px; --e-global-typography-v4-primary-font-weight:700; --e-global-typography-v4-primary-line-height:1em; --e-global-typography-v4-accent-font-family:var(--Poppins); --e-global-typography-v4-accent-font-size:14px; --e-global-typography-v4-accent-font-weight:400; --e-global-typography-v4-accent-line-height:1.4em; --e-global-typography-v4-secondary-font-family:var(--Poppins); --e-global-typography-v4-secondary-font-size:25px; --e-global-typography-v4-secondary-font-weight:700; --e-global-typography-v4-secondary-line-height:1em; }@media(max-width: 767px){:root { --e-global-typography-v4-primary-font-size:25px; --e-global-typography-v4-accent-font-size:13px; --e-global-typography-v4-secondary-font-size:20px; }}@media(max-width: 1024px){:root { --e-global-typography-v4-primary-font-size:28px; }}