/*
Theme Name: Woodmart Child
Description: Woodmart Child Theme
Author: XTemos
Author URI: https://xtemos.com/
Template: woodmart
Version: 1.0.0
Text Domain: woodmart
*/

/* Variable font */
@font-face {
	font-family: "webinew-iYx-vf";
	src: url("https://behzistteb.com/wp-content/uploads/2026/07/webinew-iYx-vf.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

/* Woodmart and Elementor typography variables */
:root {
	--wd-text-font: "webinew-iYx-vf", sans-serif;
	--wd-title-font: "webinew-iYx-vf", sans-serif;
	--wd-entities-font: "webinew-iYx-vf", sans-serif;
	--wd-widget-title-font: "webinew-iYx-vf", sans-serif;
	--wd-navigation-font: "webinew-iYx-vf", sans-serif;
	--wd-alternative-font: "webinew-iYx-vf", sans-serif;

	--e-global-typography-text-font-family: "webinew-iYx-vf";
	--e-global-typography-primary-font-family: "webinew-iYx-vf";
	--e-global-typography-secondary-font-family: "webinew-iYx-vf";
	--e-global-typography-accent-font-family: "webinew-iYx-vf";
}

/* Main website typography */
body {
	font-family: "webinew-iYx-vf", sans-serif;
	font-feature-settings: "ss01" 1;
}

/* Form controls do not always inherit the body font */
button,
input,
textarea,
select,
option {
	font-family: inherit;
}

/* Explicit text elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
blockquote,
figcaption,
.amount,
.price,
.elementor-heading-title,
.elementor-button-text,
.elementor-icon-list-text {
	font-family: "webinew-iYx-vf", sans-serif;
}

/* WordPress admin bar text */
#wpadminbar,
#wpadminbar .ab-item {
	font-family: "webinew-iYx-vf", sans-serif;
}