/* Font overrides: Ubuntu + Ubuntu Mono (matching adim.in) */
body,
.post-content,
.post-title,
.archive-title {
  font-family: 'Ubuntu', sans-serif;
}

html,
code,
pre,
.footer-info,
header .main a {
  font-family: 'Ubuntu Mono', monospace;
}

/* Boxed header title (like adim.in's ~/adi) */
.site-title-box {
  font-family: 'Ubuntu Mono', monospace;
  background-color: var(--base01);
  color: var(--base3);
  padding: 0.15rem 0.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.3s;
}

.site-title-box:hover {
  background-color: var(--blue);
  color: var(--base3);
  text-decoration: none;
}

/* Constrain header to match .content width */
header {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1ch;
}

/* Left-justify footer */
.footer-info {
  text-align: left;
}
