@import "../fonts/inter/web/inter.css";

body {
  background: #f5f5f5;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: rgb(227, 6, 19);
}

.navbar-nav .nav-item {
  display: flex;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  padding-top: 8px; /* underline + 4px */
  padding-bottom: 4px;
  height: 100%;
}
