@font-face {
  font-family: 'Aptos';
  src: url('fonts/aptos/Aptos.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('fonts/aptos/Aptos-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('fonts/aptos/Aptos-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}



body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Aptos', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


/* .navbar {
  background-color: #0b2676e8 !important; 
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-brand {
  color: rgb(255, 255, 255) !important;
} */