
@font-face {
  font-family: "Libertinus Keyboard";
  src: url("fonts/LibertinusKeyboard-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


h1.title {
  font-family: "Libertinus Keyboard", serif !important;
  text-align: center;
}



/* For applying a cursive font, instead
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');

h1.title {
  font-family: 'Dancing Script', 'Brush Script MT', cursive !important;
}

body.page-index h1.title {
  font-family: 'Dancing Script', 'Brush Script MT', cursive;
} */

/* Cursive font for page titles */
/*h1.title {
  font-family: 'Dancing Script', 'Brush Script MT', cursive;
  font-size: 3rem;
  color: #3A6FF7; * your electric blue accent *
}  */ 

/* Global text */
body {
  background-color: #F5F7FA;
  color: #0A1A3C;
}

/* Links */
a {
  color: #3A6FF7;
}
a:hover {
  color: #4B3F72;
}

/* Navbar */
.navbar {
  background-color: #0A1A3C !important;
}
.navbar-brand, .navbar-nav .nav-link {
  color: #F5F7FA !important;
}
.navbar-nav .nav-link:hover {
  color: #C7B8EA !important;
}

/* Headings */
h1, h2, h3 {
  color: #3A6FF7;
}

/* Buttons (if you add any) */
.btn-primary {
  background-color: #3A6FF7;
  border-color: #3A6FF7;
}
.btn-primary:hover {
  background-color: #4B3F72;
  border-color: #4B3F72;
}
