/*
Theme Name: Hopp Studio Child
Description: Child theme for Hopp Studio. Mobile-first, light/dark mode, WooCommerce ready.
Author: Hopp Studio / generated
Version: 1.0
Template: blocksy
Text Domain: hoppstudio
*/
:root{
  --hopp-bg: #F5F4F2;
  --hopp-text: #2C2C2C;
  --hopp-accent: #E0B55D;
}
[data-theme="dark"]{
  --hopp-bg: #1C1C1C;
  --hopp-text: #EDEDED;
}
body{
  background: var(--hopp-bg);
  color: var(--hopp-text);
  font-family: Inter, system-ui, sans-serif;
}
