/* --- Fonts --- */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto');*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'DM Sans', sans-serif;
}


/* --- Colors --- */
:root {
    --main: #FF9800;
    --main-light: #dde3d5;
    --main-dark: #8b5505;
    --accent: #72A499;
}
.categories-section h2.text-main, .categories-section p.text-main {
    color: #fff !important
}
.bg-dark-footer .col-md-3:first-child img {
    max-width: 160px !important;
    filter: invert(1);
    margin-bottom: 10px;
}