/*
Theme Name: Football Guide
Theme URI: https://footballguide.link/
Author: Football Guide Editorial Team
Author URI: https://footballguide.link/
Description: An independent, editorial WordPress theme built for Football Guide, a Swedish-market travel guide site covering football trips, football tickets, leagues, clubs, stadiums and destinations across Europe. Football Guide is a standalone content and information portal and is not affiliated with any football club, league, federation, or travel agency. Fully Gutenberg-ready, translation-ready, accessible, and built for SEO-first editorial publishing.
Version: 1.0.0
Requires at least: 6.4
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: football-guide
Tags: blog, news, one-column, two-columns, right-sidebar, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, block-patterns, translation-ready, threaded-comments, accessibility-ready

Football Guide WordPress Theme, (C) 2024-2025 Football Guide.
Football Guide is distributed under the terms of the GNU General Public License v2 or later.

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.
*/

/* ==========================================================================
   This file intentionally contains only the minimum required WordPress
   theme header comment plus a small set of editor-visible base styles.
   All production styling lives in assets/css/style.css and is enqueued
   via inc/enqueue.php so it can be cached, versioned and minified.
   ========================================================================== */

body {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #2C3E50;
	background: #F4F7FB;
}

a {
	color: #1A3C6E;
}

.fg-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #0F1F3D;
	color: #fff;
	padding: 12px 20px;
	z-index: 100000;
	text-decoration: none;
	border-radius: 0 0 8px 0;
}

.fg-skip-link:focus {
	left: 0;
}
