$primary: #b81413;
$secondary: #de601e;
$light: #f0f0f0;
$danger: #de5e1c;
$warning: #ffbf00;

$navbar-light-color: #b81413;
$navbar-dark-color: #b81413;

$navbar-light-active-color: black;
$navbar-dark-active-color: white;

$nav-pills-link-active-color: #b81413;
$nav-pills-link-active-bg: #ddd;
$min-contrast-ratio: 3.5;

$border-color: #bdc0c4;

$color-mode-type: media-query;

/* Variables and mixins declared here will be available in all other SCSS files */
@import '../node_modules/bootstrap/scss/functions'; /* Override Bootstrap's variables here */
@import '../node_modules/bootstrap/scss/variables';
@import '../node_modules/bootstrap/scss/variables-dark';
@import '../node_modules/bootstrap/scss/maps';
@import '../node_modules/bootstrap/scss/mixins';
@import '../node_modules/bootstrap/scss/utilities';