/*
Theme Name: Oivok
Theme URI: https://oivok.com
Author: Oivok
Author URI: https://oivok.com
Description: A premium, original hosting & domain review theme for Oivok.com. Built for affiliate review sites: hosting reviews, domain registrar reviews, comparison tables, coupons, tutorials and buying guides. Glassmorphism cards, dual light/dark mode, radial score gauges, full schema markup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oivok
Tags: blog, e-commerce, custom-colors, custom-menu, custom-logo, dark-mode, translation-ready, threaded-comments, sticky-post

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Base reset lives here; all design-system rules are enqueued from assets/css/style.css */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
