:root {
    font-family: "Manrope", sans-serif;
    font-synthesis: none;
}

body,
button,
input,
select,
textarea {
    font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3 {
    color: var(--color-text-primary);
}

h1 {
    font-size: var(--text-xl);
    font-weight: 700;
    line-height: var(--line-tight);
}

h2 {
    font-size: var(--text-lg);
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-size: var(--text-md);
    font-weight: 600;
    line-height: 1.35;
}

p {
    line-height: var(--line-body);
}
