:root {
    --vc-font-body: "Inter", "Open Sans", "Segoe UI", sans-serif;
    --vc-font-heading: "Montserrat", "Roboto", "Segoe UI", sans-serif;
}

html {
    font-size: 16px;
}

body,
button,
input,
select,
textarea {
    font-family: var(--vc-font-body);
    font-size: 1rem;
    line-height: 1.72;
    color: #0f172a;
}

p,
li {
    font-size: 1rem;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--vc-font-heading);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

a {
    color: #111827;
}

a:hover {
    color: #000000;
}

.vc-btn,
.btn-comprar,
.btn-tabela {
    font-family: var(--vc-font-heading);
    font-weight: 800;
    letter-spacing: 0.01em;
}
