/*
Theme Name: Scalable Informatics
Theme URI: https://www.scalableinformatics.com
Author: Scalable Informatics
Author URI: https://www.scalableinformatics.com
Description: IT Infrastructure, HPC & Enterprise Storage news and knowledge platform. Built on the legacy of Scalable Informatics, Inc.
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: scalableinformatics
Tags: news, technology, hpc, storage, enterprise

Scalable Informatics - IT Infrastructure & HPC Knowledge Platform
*/

:root {
    /* Primary Colors */
    --si-dark: #0a1628;
    --si-dark-alt: #0f1f3a;
    --si-blue: #3b82f6;
    --si-blue-dark: #2563eb;
    --si-blue-light: #60a5fa;
    --si-green: #10b981;
    --si-green-dark: #059669;
    --si-gray: #94a3b8;
    --si-gray-light: #cbd5e1;
    --si-gray-dark: #475569;
    --si-white: #f8fafc;
    --si-bg: #f1f5f9;
    --si-card-bg: #ffffff;
    --si-border: #e2e8f0;
    --si-text: #1e293b;
    --si-text-light: #64748b;
    --si-text-muted: #94a3b8;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;

    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-heading: 'Space Grotesk', 'Inter', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    /* Layout */
    --container-max: 1200px;
    --container-narrow: 800px;
    --header-height: 72px;
    --border-radius: 8px;
    --border-radius-lg: 12px;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
