/*
Theme Name: Minimoose Cottage Child
Theme URI: https://minimoosecottage.com
Author: Minimoose Cottage
Author URI: https://minimoosecottage.com
Description: Child theme for Minimoose Cottage. Add custom CSS overrides here. Edit or add PHP template files here to override parent theme behavior without touching the parent.
Version: 1.0.0
Template: minimoose-theme
License: Private
Text Domain: minimoose-child
*/

/*
  Add your custom CSS below this line.
  These styles load AFTER the parent theme styles, so they will
  automatically take precedence — no !important needed in most cases.

  Example:
  .mm-hero-title { font-size: 4rem; }
*/

.mm-gallery-item.wide {
  grid-row: span 2;
}

.mm-gallery-item.wide img {
  object-fit: contain;
}


.mm-stat-num {
  font-family: 'Palatino Linotype', Palatino, serif !important;
}


