@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oswald:wght@200..700&display=swap");

* {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

html,
body {
  height: 100%;
  margin: 0;
}

.container-fluid {
  padding: 0;
}

.row {
  margin: 0;
}

.content-col {
  max-width: 640px;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background-color: #f8f8f8;
}

.sidebar a {
  color: #000;
  text-decoration: none;
  padding: 0.5rem 0;
}

.sidebar a:hover {
  color: #adb5bd;
}

.main-content {
  height: 100vh;
  overflow-y: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mobile-navbar {
  border-bottom: 1px solid #dee2e6;
  padding: 0.75rem 1rem;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0 1rem;
}

.mobile-nav-links a {
  padding: 0.5rem 0;
  text-decoration: none;
  color: inherit;
}

.mobile-nav-overlay {
  width: 100vw !important;
  height: 100vh;
}

.mobile-nav-overlay .offcanvas-header {
  border-bottom: 1px solid #dee2e6;
}

.mobile-nav-overlay .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.mobile-nav-overlay .offcanvas-body a {
  padding: 0.75rem 0;
  text-decoration: none;
  color: inherit;
  font-size: 1.25rem;
}

.sidebar-brand {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
