@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,600;1,400&family=Lora:wght@400;600&display=swap');

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #2d3748;
}

h1, h2, h3, h4 {
  font-family: 'Lora', serif;
  font-weight: 600;
}

.navbar {
  background-color: #1a365d !important;
}

.navbar-brand, .navbar .nav-link {
  color: #e2e8f0 !important;
}

.navbar .nav-link:hover {
  color: #ffffff !important;
}

a {
  color: #2b6cb0;
}

a:hover {
  color: #1a365d;
}

.hero-text {
  padding: 2rem 0 1rem 0;
}

.profile-photo {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center 20%;
  border: 4px solid #2b6cb0;
  display: block;
  margin: 0 auto 1.5rem auto;
}

code {
  font-size: 0.875em;
}
