/*
Theme Name: WPCommunity Child
Theme URI: https://wpshop.ru/themes/wpcommunity
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: wpcommunity
Version: 1.0.0
Text Domain: wpcommunity
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


/* === Глобально меняем все шрифты на Inter === */

body,
button,
input,
select,
textarea {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.site-description,
.nav,
.menu,
.main-navigation,
.widget,
.entry-title,
.entry-meta,
.entry-content,
.footer,
.header,
button,
.btn,
a.button,
input[type="submit"],
input[type="button"] {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
}

.header-dark-toggle {
	cursor: pointer;
}
