:root {
  --bg-color: #0f172a;
  --primary-text: #94a3b8;
  font-family: Inter, sans-serif;
  font-feature-settings:
    "liga" 1,
    "calt" 1;
}

body {
  background-color: var(--bg-color);
}

.primary-text {
  color: var(--primary-text);
}

.primary-bg {
  background-color: var(--primary-text);
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 2px;
  height: calc(100% + 1.5rem);
  background-color: #334155;
}

.timeline-item:last-child::after {
  display: none;
}

.timeline-item.active::before {
  background-color: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
}

.tech-badge {
  background-color: #1e293b;
  color: #94a3b8;
  border: 1px solid #334155;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
}

.tech-badge:hover {
  background-color: #38bdf820;
  border-color: #38bdf8;
  color: #38bdf8;
}

.project-card {
  display: block;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  padding: 1.25rem;
  transition: all 0.2s;
  cursor: pointer;
}

.project-card:hover {
  background-color: #1e3a5f30;
  border-color: #38bdf8;
}

.blue-color {
  color: #38bdf8;
}

:root {
  --bg-color: #0f172a;
  --primary-text: #94a3b8;
}

body {
  background-color: var(--bg-color);
}

.primary-text {
  color: var(--primary-text);
}

.primary-bg {
  background-color: var(--primary-text);
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
}

.tech-badge {
  background-color: #1e293b;
  color: #94a3b8;
  border: 1px solid #334155;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
}

.project-card {
  display: block;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  padding: 1.25rem;
  transition: all 0.2s;
  cursor: pointer;
}

.blue-text {
  color: #38bdf8;
}

.nav-link:hover .nav-line {
  width: 70px !important;
  background-color: white !important;
}

.nav-link:hover .nav-label {
  color: white !important;
}

.tech-badge:hover {
  background-color: #38bdf820;
  border-color: #38bdf8;
  color: #38bdf8;
}

.project-card:hover {
  background-color: #1e3a5f30;
  border-color: #38bdf8;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 2px;
  height: calc(100% + 1.5rem);
  background-color: #334155;
}

.timeline-item:last-child::after {
  display: none;
}

.timeline-item.active::before {
  background-color: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}
