:root {
	--maincolor: #a2c41f;
    --softcolor: #f3f3e6;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    hyphens: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 600;
    hyphens: auto;
    color: var(--maincolor);
}
h1 {
    font-size: 1.8rem !important;
}
h2 {
    font-size: 1.6rem !important;
}
h3 {
    font-size: 1.4rem !important;
}
h4 {
    font-size: 1.2rem !important;
}
h5 {
    font-weight: 700;
    font-size: 1.1rem !important;
}
h1, h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}
h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}