:root {
  /* Main Palette */
  --rp-base: #191724;
  --rp-surface: #1f1d2e;
  --rp-text: #e0def4;
  --rp-muted: #6e6a86;
  --rp-rose: #ebbcba;
  --rp-pine: #31748f;
  --rp-gold: #f6c177;
  --rp-iris: #c4a7e7;
}

html {
  font-size: 16px;
}

body {
  background-color: var(--rp-base);
  color: var(--rp-text);
  font-family: 'Iosevka', monospace;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  margin: 8rem auto;
  max-width: 1000px;
  padding: 0 7rem;
  box-sizing: border-box;
}

a {
  color: var(--rp-gold);
  text-decoration: underline;
  text-decoration-color: rgba(246, 193, 119, 0.2);
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s ease;
}

a:hover {
  text-decoration-color: var(--rp-gold);
}

h1 {
  font-family: 'Iosevka', monospace;
  font-weight: 600;
  text-transform: lowercase;
}

h1 {
  color: var(--rp-rose);
  letter-spacing: -0.02em;
  font-size: 2rem;
}

h3 {
  font-size: 1.125rem;
}

small {
  font-size: 0.875rem;
}

.date-text {
  color: var(--rp-muted);
}
