/*
Theme Name:   Neve Child
Theme URI:    https://www.formfab.de
Description:  Child-Theme für NEVE
Author:       [nerReplace type="PER" value="Levin"]Johannes[/nerReplace]
Template:     neve
Version:      1.0.0
*/

/* ===== BRYANT FONTS ===== */

@font-face {
    font-family: 'BryantCondensed';
    src: url('/wp-content/themes/neve-child/fonts/Bryant-LightCondensed.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BryantCondensed';
    src: url('/wp-content/themes/neve-child/fonts/Bryant-RegularCondensed.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BryantCondensed';
    src: url('/wp-content/themes/neve-child/fonts/Bryant-MediumCondensed.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BryantCondensed';
    src: url('/wp-content/themes/neve-child/fonts/Bryant-BoldCondensed.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== FONT ANWENDEN ===== */

body, p, div, span, a, li, button {
    font-family: 'BryantCondensed', Arial, sans-serif !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BryantCondensed', Arial, sans-serif !important;
    font-weight: 700;
}

/* ===== STICKY HEADER ===== */

.header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: #ffffff !important;
    transition: all 0.4s ease;
}

.header-wrapper .header-main {
    padding: 20px 0;
    transition: all 0.4s ease;
}

.header-scrolled .header-main {
    padding: 10px 0 !important;
}

.header-scrolled .site-logo img {
    max-height: 40px !important;
    transition: all 0.4s ease;
}

.header-scrolled {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1) !important;
}

body {
    padding-top: 80px;
}