/*
Theme Name: Sweat Child Theme
Theme URI: https://sweat.ancorathemes.com/
Description: Sweat is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.7.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: sweat
Template: sweat
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* Global: keep scrollbar space reserved so the layout never shifts when
   navigating between pages with/without scrollable content. */
html {
	scrollbar-gutter: stable;
}

/* Global font definitions */
h1, h2, h3, h4, h5, h6,
.display,
.section-title,
.about-title,
.featured-name,
.contact-title,
.sec-title,
.hero-title,
.hero-title-line2 {
	font-family: 'Anton', sans-serif !important;
}

body,
p,
span,
a,
li,
label,
input,
textarea,
button,
.btn-primary,
.btn-ghost {
	font-family: 'Neo Sans Std', sans-serif;
}
body.home-page-body,
body.about-page-body,
body.elite-camp-page,
body.profile-elementor-page,
body.profile-listing-page,
body.single-trener,
body.single-igrac,
body.post-type-archive-trener,
body.post-type-archive-igrac {
	overflow-x: hidden;
}