/**
 * Vågen Försäkringsbyrå Custom Style
 * (Proprietor 52)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Vågen Försäkringsbyrå */
:root {
    /*Theme Hex: #202e4e*/
    --theme-hue: 222;
    --theme-saturation: 42%;
    --theme-lightness: 22%;
    --theme-alpha: 1;
    /*Accent Hex: #849bca*/
    --accent-hue: 220;
    --accent-saturation: 40%;
    --accent-lightness: 65%;
    --accent-alpha: 1;
}

/* csslint ignore:end */
