:root {
    --color-primary: #005981;
    --color-secondary: #009490;
    --color-background: #F1F1EE;

    --color-yellow: #FFCC02;
    --color-red: #B50023;
    --color-bright-green: #C5E551;
    
    --color-dogk-green: #A3C614;
    --color-dogk-blue: #193c6c;
    --color-fruit-logistica-yellow: #FFED00;
    --color-fruit-logistica-green: #00956E;
    --color-retail-award-blue: #273781;

    --color-text: #000000;
    --font-family-heading: 'Domine', serif;
    --font-family-text: 'Manrope', sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.5;
    --padding-inner: 20px;
    --border-radius: 25px;
    --max-outerwidth: calc(100% - 40px);
    --max-width: 1200px;
}
