/*
Theme Name: The Mercari Bee
Theme URI: https://themercaribee.com/
Author: Codex Assistant
Author URI: https://themercaribee.com/
Description: Custom theme converted from static HTML with shared partials for navigation and footer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mercari-bee
*/

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body.admin-bar #site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #site-header {
    top: 46px;
  }
}

.artist-resume-content h2 {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.artist-resume-content ul {
  margin-top: 1rem !important;
}
