
:root {
  --theme-color1: #001f3f;
  --theme-color2: #ffbc2c;
  --theme-color3: #0a3a6a;
  
}

.bg-theme-primary {
  background-color: var(--theme-color1);
}
.bg-theme-secondary {
  background-color: var(--theme-color2);
}
.text-theme-secondary {
  color: var(--theme-color2);
}

.fs-7 {
  font-size: 0.9rem;
}