/**
 * Theme Name: itchatzbase
 * Theme URI:
 * Description: Base theme for it-consulting-hatz.com
 * Author: Christian Hatz
 * Author URI: https://it-consulting-hatz.com
 * Template: inspiro
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: itchatzbase
 */

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

code,
pre,
kbd,
samp {
    font-family: 'IBM Plex Mono', monospace;
}

.site-footer {
    background: #101010;
    color: #08A5DB;
}

#menu-footer a {
    color: #08A5DB;
}

.navbar-nav a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    line-height: 1.8;
}
