/**
 * RAVIDEX typography
 */

body,
button,
input,
select,
textarea {
    font-family: var(--rv-font-family);
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--rv-color-primary);
    font-family: var(--rv-font-family);
    font-weight: 700;
    line-height: 1.45;
}

p {
    margin-top: 0;
}

h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}

h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}