:root {
    --blue: #00519e;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d51030;
    --orange: #d9534f;
    --yellow: #f0ad4e;
    --green: #5cb85c;
    --teal: #20c997;
    --cyan: #40A7FF;
    --white: #fff;
    --gray: #666;
    --gray-dark: #333;
    --primary: #40A7FF;
    --secondary: #666;
    --success: #5cb85c;
    --info: #40A7FF;
    --warning: #f0ad4e;
    --danger: #d51030;
    --light: #e6e6e6;
    --dark: #012e57;
    --blue-dark: #012e57;
    --grey-dark: #333;
    --primary-dark: #0D406C;
    --blue: #00519e;
    --highlight: #bf1b44;
    --highlight-bg: #9d0e3f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --font-family-sans-serif: "Ubuntu", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}