﻿:root {
    /* Navbar */
    --nav-bar-bg-color: white;
    --nav-bar-letter-color: black;
    /*********/
    /* Scroll */
    --scroll-color: #F5F5F5;
    --scroll-bg-color: rgb(122, 122, 122);
    /**********/
    /* Menu */
    --menu-bg-color: lightgray;
    --menu-bg-active-color: #d9d9d9;
    --menu-lt-color: white;
    /**********/
    /* Footer */
    --footer-bg-color: black;
    --footer-lt-color: white;
    /**********/
    /* Buttons */
    --buttons-primary-bg-color: #007bff;
    --buttons-primary-br-color: #007bff;
    --buttons-primary-lt-color: #fff;
    --buttons-secondary-bg-color: #6c757d;
    --buttons-secondary-br-color: #6c757d;
    --buttons-secondary-lt-color: #fff;
    /***********/
    /* Grid */
    --grid-bg-color: #d6d8db;
    --grid-lt-color: black;
    --grid-br-color: white;
    /********/
    /* Modal */
    --modal-header-bg-color: white;
    --modal-header-lt-color: black;
    --modal-footer-bg-color: #f8f8f8;
    --modal-footer-lt-color: black;
    /*********/
    /* Form */
    --frm-error-color: #dc3545;
    --frm-success-color: #28a745;
    --frm-hd-bg-color: white;
    --frm-hd-lt-color: black;
    /********/
    --bs-link-color-rgb: 0, 158, 247;
    --bs-link-opacity: rgba(24, 28, 50, .5);
}