/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
*/
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Elementor Team
Template: hello-elementor
Version: 2.0.0
*/

/* =====================================================
   REPUTERA GLOBAL FIXES - 2026-01-11 v3.0
   ===================================================== */

/* ===== SMOOTH SCROLL ===== */
html {
    scroll-behavior: smooth;
}

/* Offset for fixed header */
#kundcase,
#hur-det-funkar,
#funktioner,
#priser {
    scroll-margin-top: 80px;
}

/* ===== TEXTBRYTNING FIX ===== */
@media (max-width: 768px) {
    #hur-det-funkar > div > h2,
    section h2.text-4xl {
        text-wrap: balance !important;
        word-break: keep-all !important;
        font-size: 1.5rem !important;
        line-height: 1.35 !important;
        padding: 0 10px !important;
    }
}

@media (max-width: 480px) {
    #hur-det-funkar > div > h2,
    section h2.text-4xl {
        font-size: 1.25rem !important;
        padding: 0 8px !important;
    }
}

/* ===== FONT LOADING ===== */
@font-face {
    font-family: 'Manrope';
    font-display: swap;
    src: local('Manrope');
}
