/*
Theme Name: Elite German Shepherds
Theme URI: https://elitegermanshepherds.com/
Author: Von Fenwald's Elite Breeding
Author URI: https://elitegermanshepherds.com/about/
Description: Custom high-end WordPress theme for Elite German Shepherd Breeders. Built with active mobile-responsive sticky navigation, pedigree lineage visualization, litter spot indicator logs, and custom-styled AJAX screening application dashboards.
Version: 1.0.0
License: GNU GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elite-gsd
Tags: responsive-layout, clean, modern, dark, light, premium, animal-breeder, work-line-shepherd
*/

/*
Theme Color Guide:
- Rich Black (Background & Accents): #0F1115
- Vibrant Teal (Primary Brand Accent): #0D9488
- High-End Grey (Muted borders & grids): #D1D5DB / #F3F4F6
- Cinnamon Spice (Alerts, Highlights, Stars): #C25A27
- Royal Blue (Official Titles & Clearances): #1E40AF
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500;600&display=swap');

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

/* Custom Base Scrollbars */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #F3F4F6;
}
::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0D9488;
}

/* Base custom font mapping classes */
.font-sans-pref {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.font-display-pref {
    font-family: 'Playfair Display', Georgia, serif;
}
.font-mono-pref {
    font-family: 'JetBrains Mono', monospace;
}

/* Pedigree Tree Layout Connections */
.tree-branch {
    position: relative;
}
.tree-branch::after {
    content: '';
    position: absolute;
    border-color: rgba(209, 213, 219, 0.2);
    border-style: solid;
}
