/*
Theme Name: pineX-core
Theme URI: https://pinex.co.uk
Author: Babar Dogar
Author URI: https://pinex.co.uk
Description: Bespoke, modular enterprise theme for pineX digital. Engineered for PHP 8.5+, MariaDB 11.4+/MySQL 8.4+, HPOS compliance, native Spacemail SMTP relay, and complete service ecosystem management.
Version: 1.0
Requires at least: 6.7
Requires PHP: 8.3
Text Domain: pinex-core
*/

/* Core CSS Reset & Smooth Scroll Defaults */
html {
    scroll-behavior: smooth;
    color-scheme: dark;
}

body {
    background-color: #030712;
    color: #f3f4f6;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #030712;
}
::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #06b6d4;
}