/**
 * SVP Custom Style
 * (Proprietor 48)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Zikta */
:root {
    /*Theme Hex: #7b6a58*/
    --theme-hue: 38;
    --theme-saturation: 29%;
    --theme-lightness: 71%;
    --theme-alpha: 1;
    /*Accent Hex: #0d5172*/
    --accent-hue: 31;
    --accent-saturation: 17%;
    --accent-lightness: 41%;
    --accent-alpha: 1;
}

#FM-navbar .logo {
    max-width: 200px;
}

#FM-navbar .logo-link {
    max-width: 200px;
}

/* csslint ignore:end */
