/*
 Theme Name: Storefront Child
 Template: storefront
 Text Domain: storefront-child
*/

.site-title {
  font-family: "Petit Formal Script", cursive;
}

body {
  font-family: "Work Sans", sans-serif;
}

a {
  color: black;
}

.site-header ul.menu li.current-menu-item > a {
  text-decoration: underline;
  font-weight: bold;
  color: #8e5572;
}

.home.blog .site-header {
  margin-bottom: 0;
}

.col-full:has(.col-full-remove) {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
