﻿:root {
    --primary-color: #14133b;
    --primary-darker-color: #0e0d2b;
    --secondary-color: #cea941;
    --secondary-darker-color: #ae8f36;
    --tertiary-color: #14133b;
    --background: #fff;
    --background-darker: #f4f6fb;
    --footer: #14133b;
    --text-primary: #14133b;
    --text-primary-inverted: #fff;
    --text-secondary: #6f869b;
    --light-grey: #f4f6fb;
    --grey: #acc3c9;
    --filter-grey: #cfcbc0;
    --selected-menu-icon: #ffffff;
    --selected-menu-text: #ffffff;
    --footer-text: #ffffff;
    --shadow-universe: #14133b;
    --toastr-success: #50dc44;
    --toastr-error: #ff0000;

    /*Select2 dropdown element (Language - Brand)*/
    --side-bar-dropdown: #f4f6fb;
    --sliding-element-side-bar-dropdown: #6f869b;
    --triangle-dropdown: #6f869b;
    --selected-element-language: #cea941;
    --background-selected-element-language: #ffffff;
    --background-choosable-element-brand: #ffffff;
    --text-cursor-selected-element-dropdown: #ffffff;
    --background-cursor-selected-element-dropdown: #6f869b;
    --selected-element-dropdown: #cea941;
    --border-color-dropdown: #14133b;
    --background-selected-element-brand: #ffffff;
    --selected-element-brand: #cea941;
    --background-all-element-brand:#ffffff;
    
    --font-family-sans: ElectroluxSans;
    --font-family-semibold: ElectroluxSans-SemiBold;
    --font-family-bold: ElectroluxSans-Bold;
    --font-family-regular: ElectroluxSans-Regular;
    --font-family-regular-oblique: ElectroluxSans;
    --font-family-light-oblique: ElectroluxSans;
}

@font-face {
    font-family: ElectroluxSans;
    src: url(/fonts/group/ElectroluxSans-Regular.otf);
}

@font-face {
    font-family: ElectroluxSans-SemiBold;
    src: url(/fonts/group/ElectroluxSans-Semibold.otf);
}

@font-face {
    font-family: ElectroluxSans-Bold;
    src: url(/fonts/group/ElectroluxSans-Bold.otf);
}
