/*
 *  Colors from styleguide
 */
:root {
    /* Dark Green is the primary colour of vormats and is used in buttons, backgrounds. */
    --dark_red: #303440;
    /* The light green colour will be used for assets like icons or fade effects. */
    --light_red: #3a3e4a;
    /* Primary text and body text will contain the black colour. */
    --black: #222222;
    /* Primary text and body text will contain the black colour. */
    --light_black: #4a4a4a;
    /* The red colour is used for icons in the error state. */
    --red: #d21129;
    /* The light grey colour is used when elements need a fade out effect. */
    --light_grey: #f9f9f9;
    /* The dark grey colour is used as background colour. */
    --dark_grey: #f4f4f4
}