@import url("style/header.css");
@import url("style/cabecalho.css");
@import url("style/metricas.css");
@import url("style/vagas.css");
@import url("style/depoimentos.css");
@import url("style/formulario.css");

:root {
    --fonte-primaria: "Inter";
    --cor-primaria: #3A404E;
    --cor-secundaria: #667085;
    --cor-terciaria: #8E2424;
    --cor-de-fundo: #FFFFFF;
    --cor-escura: #101828;
    --cor-tranparente: #EAECF0;
    --cor-de-fundo-2:#C3191908;
}

body {
    background-color: var(--cor-de-fundo);
    font-family: var(--fonte-primaria);
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    height: 100vh;
}