/*
Theme Name: ONWEX Shield Gel
Theme URI: https://onwex.com
Author: ONWEX Team
Author URI: https://onwex.com
Description: Professional WordPress theme for ONWEX Shield Gel - Hand Protection Product
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onwex-theme
Tags: one-page, custom-logo, custom-menu, featured-images, theme-options
*/

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

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

/* Tailwind-like utilities will be loaded via CDN in header.php */
