/*
Theme Name: Blocksy Child
Theme URI: https://hamerkop.co.tz
Description: Child theme for Blocksy
Author: Hamerkop
Author URI: https://hamerkop.co.tz
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* Add your custom styles below this line */

body {
  font-family: 'Inter', sans-serif;
}

/* Optional: keep headings in Space Grotesk */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
}

body,
button,
input,
textarea,
select {
  font-family: 'Inter', sans-serif;
}

#header [data-device="desktop"] [data-row="middle"] {
  --height: 90px !important;
  --shrink-height: 90px !important;
}

#header [data-device="desktop"] [data-row="middle"] > .ct-container {
  min-height: 90px !important;
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --theme-font-weight: 500;
    --theme-text-transform: none;
    --theme-font-size: 18px;
}
