:root {

    --btn-text-color: #ffffff;

    --bs-heading-color: #032242;

    --bs-primary: #e7e9ed;
    --bs-primary-rgb: rgb(231, 233, 237);
    --bs-body-bg: #E7E9ED;
    --bs-body-bg-rgb: 231, 233, 237;
    --bs-header-bg: #032242;
    --bs-section-bg: #0323429a;

    --bs-success: #9ea9b8;
    --bs-success-rgb: rgb(158, 169, 184);
    --bs-secondary: #032242;
    --bs-secondary-rgb: rgb(3, 34, 66);
    --bs-border-color: #032242;
    --bs-border-color-error: #de1e1b;

    --bs-dark: #032242;
    --bs-dark-rgb: 3, 34, 66;

    --bs-topbar-color: #de1e1b;
    --bs-topbar-color-rgb: rgb(222, 30, 27);
    --bs-topbar-hover-color: #de1e1b;
    --bs-topbar-hover-color-rgb: rgb(222, 30, 27);

    --bs-navbar-color: #032242;
    --bs-navbar-color-rgb: rgb(3, 34, 66);
    --bs-navbar-hover-color: #de1e1b;
    --bs-navbar-hover-color-rgb: rgb(222, 30, 27);
    --bs-navbar-active-color: #de1e1b;
    --bs-navbar-active-color-rgb: rgb(222, 30, 27);

    --bs-link-color: #282828;
    --bs-link-color-rgb: rgb(40, 40, 40);
    --bs-link-hover-color: #de1e1b;
    --bs-link-hover-color-rgb: rgb(222, 30, 27);

    --bg-primary: #e7e9ed;
    --bg-white: #ffffff;
    --bg-success: #9ea9b8;
    --bg-success-rgb: rgb(158, 169, 184);
    --bg-secondary: #032242;
    --bg-secondary-rgb: rgb(3, 34, 66);
    --bg-warning: #fcaa13;
    --bg-warning-rgb: rgb(252, 170, 19);
    --bg-warning-transparent: #fcaa137e;

    --text-secondary: #032242;
    --text-secondary-rgb: rgb(3, 34, 66);
    --text-error: #de1e1b;
    --text-primary: #e7e9ed;
    --text-info: #282828;
    --text-success: #9ea9b8;
    --text-warning: #fcaa13;

    --bs-font-sans-serif: "Inter", sans-serif;
    --bs-text: "Lalezar", Helvetica, sans-serif;
}