/*
Theme Name: Quarto
Theme URI: http://localhost:8080
Author: Fernando
Description: Local theme for the Quarto shop and blog.
Version: 0.1.0
Text Domain: quarto
*/

body {
  font-family: system-ui, sans-serif;
  margin: 0;
}

.site-header,
.site-footer,
.site-main {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
