:root {

    --text: #015ba9; /* ok */
    --entitled: #003359; /* ok */
    --background: #FFF;
    --link: #FF0000;
    --link-hover: #cc0000;

    --blue: #85b1d7; /* baseline */
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: rgba(238, 143, 0, 0.12); /* ok */
    --red: #FF0000;
    --orange: #fd7e14;
    --yellow: #f29100; /* broker */
    --yellow-light: #f6c833; /* broker */
    --green: #24C527;
    --teal: #20c997;
    --cyan: #17a2b8;

    --whiter: #fff; /* ok */
    --white: #fcfcfc; /* ok */
    --black: #000;

    --light: #f4f5f9; /* ok */
    --light-hover: #e6e6e6; /* ok */
    --gray: #c5c5c5; /* ok */
    --gray-hover: #888b8e; /* ok */
    --gray-dark: #999999; /* ok */
    --gray-dark-hover: #363636;
    --dark: #4d4d4d; /* ok */
    --dark-hover: #222;

    --primary: #f29100; /* ok */
    --primary-rgb: 242, 145, 0; /* ok */
    --primary-hover: #0039d2;
    --primary-light: #eef9ff; /* ok */
    --secondary: #7dacd2; /* ok */
    --secondary-hover: #4578aa;
    --secondary-light: #e5eaf0;
    --success: #24C527;
    --success-hover: #77a038;
    --success-light: #ebf4de;
    --info: #4d5c6f; /* ok */
    --info-hover: #168192;
    --info-light: #d6eaed;
    --warning: #f09000; /* ok */
    --warning-rgb: 240, 144, 0; /* ok */
    --warning-hover: rgb(244, 199, 51); /* ok */
    --warning-light: #e9e2cd;
    --danger: #ff0000;
    --danger-hover: #c71414;
    --danger-light: #edd6d6;

    --primary-vote: #85b1d7;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    --font-family-sans-serif: 'Lato', sans-serif; /* ok */
    --font-family-serif: 'Crimson Pro', serif;

    --container: 1300px;
    --spacer: 30px;
    --letter-spacing: 0.05rem;
    --radius: 2px;
    --radius-rounded: 60px;
    --text-transform: inherit;
    --box-shadow: 0px 15px 30px rgba(41,50,169,0.15); /* ok */
    --bold: 900;
    --border: #e1e2e6; /* ok */
}