h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', serif;
    color: #0D3E20; /* Matches darkGreen[9] */
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p,ul{
    margin: 0.25rem 0 0.25rem;
}



/* Specific sizes matching Mantine's Title component */
h1 {
    font-size: var(--mantine-h2-font-size);
    line-height: 1.2;
    margin: 1.5rem 0 .5rem;
}

h2 {
    font-size: var(--mantine-h3-font-size);
    line-height: 1.3;
    margin: 1.5rem 0 .5rem;
}

h3 {
    font-size: var(--mantine-h4-font-size);
    line-height: 1.4;
    margin: 1.5rem 0 .5rem;
}

h4 {
    font-size: var(--mantine-h4-font-size);
    margin: 1.5rem 0 .5rem;
}

h5,
h6 {
    font-size: var(--mantine-h4-font-size);
}
