/* ================================
   Base Styles
   ================================
   Tokens defined in tokens.css
   Resets defined in reset.css
   This file contains global type enhancements
   ================================ */

/* Optional: Global text enhancements */
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

/* Code-like text */
code,
pre {
  font-family: var(--font-mono);
}

/* Selection */
::selection {
  background: var(--color-accent);
  color: var(--color-bg);
}
