body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #d46380;
    --main-light: #ffe4e9;
    --main-dark: #000000;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
}
.banner-prime {
    height: 399px;
}
.single-categories-box .content.text-white span, .single-categories-box .content.text-white h3 {
    color: var(--main-dark)!important;
}