body {

font-family: "Jost", sans-serif;
font-size: 1rem;
line-height: 1.6;
color: var(--color-text);
background: var(--color-bg);

}

h1 {

font-size: 2.4rem;
margin-bottom: var(--space-3);

}

h2 {

font-size: 1.8rem;
margin-bottom: var(--space-2);

}

h3 {

font-size: 1.4rem;
margin-bottom: var(--space-2);

}

p {

margin-bottom: var(--space-2);

}