/*
Theme Name: GameTrip Hub
Theme URI: https://example.com/gametriphub
Author: GameTrip Hub
Author URI: https://example.com
Description: A WooCommerce-focused theme for an Australian digital and console game retailer.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: gametriphub
Tags: custom-background, custom-logo, custom-menu, e-commerce, one-column
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    color-scheme: light dark;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Roboto, sans-serif;
    background-color: #0f1724;
    color: #f1f5f9;
}

a {
    color: #f2a65a;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

