/*
Theme Name: EB Global Theme
Theme URI: https://ebglobalvn.com
Author: EB Global
Author URI: https://ebglobalvn.com
Description: A custom WordPress theme for EB Global, inspired by the clean, premium aesthetic of Cosmax.com. Built for the beauty and healthcare industry with full Elementor compatibility.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eb-global-theme
Tags: custom-logo, full-width-template, elementor, beauty, healthcare

EB Global Theme © 2024
*/

/* Base Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-body);
	font-size: var(--font-size-body);
	line-height: 1.6;
	color: var(--color-text);
	background-color: var(--color-background);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}
