/*
Theme Name: BestBay - BuddyX Child
Theme URI: https://www.bestbay.it
Description: Child theme BuddyX con layout editoriale BestBay.
Author: BestBay
Template: buddyx
Version: 1.3.4
Text Domain: buddyx-bestbay
*/

:root {
	--bx-radius-global: 25px;
	--bestbay-header-offset: 70px;
	--bestbay-surface: #fff;
	--bestbay-ink: #1d1d1f;
	--bestbay-muted: #697386;
	--bestbay-border: #e5e7eb;
	--bestbay-accent: #007bff;
}

body,
button,
input,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* =========================================================
   Global
   ========================================================= */

/*
 * We avoid overflow-x: hidden on #page or .bestbay-blog-home.
 * Setting overflow-x: hidden forces the browser to compute
 * overflow-y: auto, which clips the search dropdown and breaks
 * the sticky header. We isolate the blur overflow instead.
 */

#page {
	position: relative;
}
