﻿:root {
    /* Bootstrap Core Variables */
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #343738; /* JOIC brand black */
    --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;
    /* Custom Theme Colors */
    --bs-primary: #C74900; /* Overriding Bootstrap primary */
    --bs-secondary: #445358;
    --bs-tertiary: #E3E5E6;
    --bs-gradient: linear-gradient(175deg, #EF9237, var(--bs-primary));
    --bs-yellow: #fade2b; /* JOIC brand yellow */
    --bs-orange: #f58740; /* JOIC brand orange */
    --bs-red: #ec2027; /* JOIC brand red */
    /* Bootstrap Default Colors */
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f3f3f3; /* #f8f9fa;*/ /*JOIC brand grey*/
    --bs-dark: #445358; /* Custom override */
    /* RGB Colors */
    --bs-primary-rgb: 199, 73, 0;
    --bs-secondary-rgb: 68, 83, 88;
    --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: 233, 236, 239; /*248, 249, 250;*/
    --bs-dark-rgb: 68, 83, 88;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-red-rgb: 236, 32, 39; /*JOIC #ec2027 */
    --bs-yellow-rgb: 250, 222, 43; /*JOIC #fade2b */
    --bs-orange-rgb: 245, 135, 64; /*JOIC #f58740 */
    --bs-black-rgb: 52, 55, 56; /*JOIC #343738*/
    /* Typography */
    --bs-font-sans-serif: "Fira Sans", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-font-base: 1rem;
    --bs-font-sm: 0.8em;
    --bs-font-md: 1em;
    --bs-font-lg: 1.33em;
    --bs-font-xl: 1.66em;
    --bs-font-xxl: 2.6em;
    --bs-font-weight-normal: 400;
    --bs-font-weight-bold: 600;
    --bs-heading-color: #445358; /*rgb(68, 83, 88)*/
    /* Layout */
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-container-max-width: 75rem;
    /* Buttons, Borders, and Shadows */
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 1rem; /*0.375rem;*/
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    /* Links and Navigation */
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-link-decoration: underline;
    --nav-link-color: #445358;
    --nav-link-hover-color: #000000;
    --nav-underline-color: var(--nav-link-color);
    --nav-font-weight: 600;
    /* Spacing */
    --bs-spacing-tap: 3em;
    --bs-spacing-nudge: 0.5em;
    --bs-spacing-gap: 1.5em;
    --bs-spacing-interval: 2em;
    /* Cards */
    --card-gradient: linear-gradient(355deg, rgba(244, 175, 58, 0.2), rgba(199, 73, 0, 0.2));
    --card-gradient-blue: linear-gradient(175deg, rgba(236, 245, 248, 1), rgba(221, 240, 245, 1));
    --card-border-radius: 0.5rem;
    --card-padding: 1.5rem;
    --card-text-color: #333333;
}
.badge {
    --bs-badge-padding-y: 1em;
    --bs-badge-padding-x: 1em;
    --bs-badge-border-radius: 20px;
    
}
.card {
    --bs-card-color: #445358;
    color: var(--bs-secondary);
}
