:root {
  --bs-body-font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  --bs-heading-font-family: 'Oswald', sans-serif;
  --theme-primary: #16234f;
  --theme-accent: #0c1533;
  --theme-button: #939ba1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--bs-heading-font-family);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.card-title,
.modal-title,
.navbar-brand,
.accordion-button {
  font-family: var(--bs-heading-font-family);
}

body {
  font-family: var(--bs-body-font-family);
}

.theme-bg-primary {
  background-color: #4394cc !important;
}

.theme-border-primary {
  border-color: #4394cc !important;
}

.theme-text-primary {
  color: #4394cc !important;
}

.theme-bg-accent {
  background-color: #1d3060 !important;
}

.theme-border-accent {
  border-color: #1d3060 !important;
}

.theme-text-accent {
  color: #1d3060 !important;
}

a {color: var(--theme-accent); }
