/*
Theme Name: GamX0 Clone
Theme URI: https://example.com/gamx0-clone
Author: Devin
Author URI: https://example.com
Description: A red-and-black gaming news & blog WordPress theme with a hero slider, featured games grid, tabbed sidebar widgets, and a full single-post layout. Built as a lookalike of a popular gaming news theme, using placeholder content.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gamx0-clone
Tags: blog, news, entertainment, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

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

Basic resets and CSS variables live here. Full layout styles are enqueued
separately from /css/main.css (see functions.php).
*/

:root{
	--red: #ff1414;
	--red-dark: #e00d0d;
	--dark: #17181d;
	--dark-2: #1e2026;
	--dark-3: #23252c;
	--text-light: #8b8d97;
	--white: #ffffff;
	--border: #2a2c33;
	--radius: 4px;
}

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

html{ scroll-behavior: smooth; }

body{
	margin:0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color:#4a4b52;
	background:#f4f4f6;
	font-size:15px;
	line-height:1.7;
}

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

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

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

h1,h2,h3,h4,h5,h6{ margin:0 0 15px; font-family:'Oswald', Arial, sans-serif; color:#181920; font-weight:600; line-height:1.3; }

.container{ max-width:1200px; margin:0 auto; padding:0 15px; }

.screen-reader-text{ position:absolute !important; clip:rect(1px,1px,1px,1px); overflow:hidden; height:1px; width:1px; }
