:root {
    --bs-blue: #0085cd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #d00000;
    --bs-orange: orange;
    --bs-yellow: #ffc107;
    --bs-green: #009933;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0085cd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f4f4f4;
    --bs-dark: #444444;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    
/*    Fonts */
    --bs-font-sans-serif: Arial, sans-serif;
    
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --h-font-family: "Segoe UI", Open Sans, sans-serif;
    --pre-font-family: 12px / 18px Consolas, monospace, serif;
    
    --h-font-margin-bottom: 0.3571rem;
    
    --h1-font-size: 3.556rem;
    --h1-font-size-responsive: 2.556rem;
    --h2-font-size: 1.956rem;
    --h2-font-size-responsive: 1.325rem;
    --h3-font-size: 1.55rem;
    --h3-font-size-responsive: 1.15rem;
    --h4-font-size: 1.25rem;
    --h4-font-size-responsive: 1.05rem;
    --h5-font-size: 1rem;
    --h6-font-size: .75rem;

    --h-line-height: 1.25;
    --h1-line-height: 4rem;
    --h2-line-height: 2.55rem;
    
    --font-weight-normal: normal;
    --font-weight-100: 100;
    --font-weight-200: 200;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --font-weight-900: 900;
    
/*    Gradients */
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    
/*  Background Navbar  */
    --bg-navbar: #384351;
        
/*    Body */
    --bs-body-font-family: Arial, sans-serif;
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #242729;
    --bs-body-bg: #fff
}






















