:root {
    --main-green: #334D23;
    --main-light-color: #ffffff;
    --main-orange: #F25C1B;
}

html, body, * {
    font-family: 'Lato', sans-serif;
}