/* Pixel art font overrides for Bear theme */
:root {
  --font-main: 'Edit Undo', Verdana, sans-serif;
  --font-secondary: 'Medodica', Verdana, sans-serif;
  --font-scale: 1.5em;
}

body {
  font-family: var(--font-secondary);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
}

time {
  font-family: var(--font-secondary);
  font-size: 14px;
}

/* Blog list date column: wider + no wrap so date stays on one line */
ul.blog-posts li span {
  flex: 0 0 180px;
  white-space: nowrap;
}
