/*
Theme Name: Aeon News Child
Theme URI: https://aeonmedia.se/aeon-news/
Template: aeon-news
Description: Child theme för Aeon News - anpassningar för header och footer
Author: Aeon Media Group
Author URI: https://aeonmedia.se/
Version: 1.0.0
License: Aeon News is a proprietary WordPress theme developed and owned by Aeon Media AB. All rights reserved.
License URI: https://aeonmedia.se/aeon-news/licens/
Text Domain: aeon-news
*/

/* 
 * Child theme styles kommer att läggas till här.
 * Parent theme's styles enqueueras via functions.php
 */

/* --- Global Font Support --- */
/* 
 * Make Google Sans Flex and Roboto Flex available globally
 * These fonts are loaded via functions.php
 */
:root {
	/* Font stack: Google Sans Flex (local) -> Google Sans (fallback) -> Roboto Flex (public) -> System fonts */
	--font-google-sans-flex: 'Google Sans Flex', 'Google Sans', 'Roboto Flex', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-roboto-flex: 'Roboto Flex', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Ensure header and footer styles are loaded */
.site-header {
	display: block !important;
	visibility: visible !important;
}

.header-top-bar {
	display: block !important;
	visibility: visible !important;
}

.site-footer {
	display: block !important;
	visibility: visible !important;
}

