/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

/* Global: ersetzt Instrument Sans überall */
:root{
  --font-primary: "Geogrotesque", Arial, sans-serif;
  --font-body: "Geogrotesque", Arial, sans-serif;
  --font-heading: "Geogrotesque", Arial, sans-serif;
  --body-font: "Geogrotesque", Arial, sans-serif;
  --heading-font: "Geogrotesque", Arial, sans-serif;
}

html, body,
button, input, select, textarea,
h1,h2,h3,h4,h5,h6 {
  font-family: "Geogrotesque", Arial, sans-serif !important;
}