/*
Theme Name: Astra Child
Theme URI: https://hop4u.se
Description: Child theme för hop4u.se baserat på Astra. Innehåller anpassningar för existentiell hälsa-innehåll.
Author: Timoteus Förlag
Author URI: https://timoteusforlag.se
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

/* 
==============================================
GLOBAL STYLES FÖR HOP4U.SE
==============================================
*/

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

/* Global body styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    background: #FAF7F2 !important;
    color: #333333 !important;
    line-height: 1.7;
}

/* Global heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, sans-serif !important;
    color: #333333 !important;
}

/* Links */
a {
    color: #7A8C6F;
    transition: color 240ms ease;
}

a:hover {
    color: #333333;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Hide Astra default elements on custom pages */
.page-template-default .site-header,
.page-template-default .ast-breadcrumbs-wrapper {
    display: none !important;
}

/* Ensure full width content */
.ast-container,
.entry-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Focus states för accessibility */
a:focus,
button:focus,
input:focus {
    outline: 2px solid #8B9D83;
    outline-offset: 2px;
}
