/*
Theme Name: Colim Simple
Author: Pablo Cabido
Version: 1.0
Description: A simple WordPress classic theme with a hero, cards, and highlights sections.
*/

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/* CSS-only mobile menu */
#mobile-menu-toggle {
  display: none;
}

#mobile-menu {
  display: none;
}

#mobile-menu-toggle:checked ~ #mobile-menu {
  display: block;
}

.menu-icon span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  margin: 5px 0;
  transition: 0.3s;
}
