@charset "UTF-8";
/* @import "bootstrap.min.css"; */
@import "remixicon.min.css";

:root {
  --primary-color: #1A3069;
  --rounded: 0.8rem;
}

[data-bs-theme=dark] {}

.rounded {
  border-radius: var(--rounded) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}