/*
 Theme Name:   NordR
 Theme URI:    https://nordr.me
 Description:  Dark Nordic-themed child theme for Hello Elementor. Personal website focused on photography, video, geopolitics and blogging with a Viking/Norse aesthetic.
 Author:       Piotr
 Author URI:   https://nordr.me
 Template:     hello-elementor
 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:  nordr
 Requires at least: 6.0
 Tested up to: 6.7
 Requires PHP: 7.4
*/

/* ==========================================================================
   CSS Custom Properties — Nordic Dark Design System
   ========================================================================== */

:root {
    /* Core Colors */
    --nordr-bg:            #0a0f0a;
    --nordr-bg-rgb:        10, 15, 10;
    --nordr-surface:       #121a14;
    --nordr-surface-rgb:   18, 26, 20;
    --nordr-surface-hover: #1a2a1e;
    --nordr-surface-alt:   #0f1610;

    /* Accent Colors */
    --nordr-primary:       #2dd4a8;
    --nordr-primary-rgb:   45, 212, 168;
    --nordr-secondary:     #4ade80;
    --nordr-secondary-rgb: 74, 222, 128;
    --nordr-gold:          #a78b5a;
    --nordr-gold-rgb:      167, 139, 90;

    /* Text */
    --nordr-text:          #e4e7e5;
    --nordr-text-muted:    #6b7c6e;
    --nordr-text-heading:  #f0f2f0;

    /* Borders */
    --nordr-border:        #1e2d22;
    --nordr-border-light:  #2a3d2e;

    /* Status */
    --nordr-success:       #22c55e;
    --nordr-warning:       #d4a22d;
    --nordr-error:         #ef4444;

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

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

    /* Border Radius */
    --nordr-radius-sm:     4px;
    --nordr-radius-md:     8px;
    --nordr-radius-lg:     12px;
    --nordr-radius-xl:     16px;

    /* Shadows */
    --nordr-shadow-sm:     0 1px 3px rgba(0, 0, 0, 0.4);
    --nordr-shadow-md:     0 4px 12px rgba(0, 0, 0, 0.5);
    --nordr-shadow-lg:     0 8px 30px rgba(0, 0, 0, 0.6);
    --nordr-shadow-glow:   0 0 20px rgba(var(--nordr-primary-rgb), 0.15);

    /* Transitions */
    --nordr-transition:    0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --nordr-transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
