/*
Theme Name: Frostreach
Theme URI: https://github.com/urianxp/frostreach
Author: UrianXP
Author URI: https://twitch.tv/UrianXP
Description: Tema de blog gaming estilo revista para MMORPG: análisis, impresiones y vídeos de YouTube comentados. Diseño oscuro con acentos "frost" (azul hielo), pensado para acompañar tu canal de Twitch y tus redes.
Version: 1.7.8
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frostreach
Tags: blog, dark, gaming, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, footer-widgets, threaded-comments, translation-ready

Frostreach WordPress Theme, Copyright 2026 UrianXP
Frostreach is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */

:root {
  --fr-bg: #0a0e14;
  --fr-bg-elevated: #111826;
  --fr-bg-card: #131b2b;
  --fr-border: #22304a;
  --fr-border-soft: #1a2437;

  --fr-frost-50: #eaf6ff;
  --fr-frost-200: #a9d9f5;
  --fr-frost-400: #5fb8ea;
  --fr-frost-500: #3aa0e0;
  --fr-frost-600: #2483c4;
  --fr-frost-700: #1c66a0;

  --fr-accent: #7cf0d6;

  --fr-text: #e7eef7;
  --fr-text-muted: #93a2ba;
  --fr-text-faint: #5d6d88;

  --fr-radius: 14px;
  --fr-radius-sm: 8px;
  --fr-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --fr-shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.25);

  --fr-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fr-font-display: "Rajdhani", "Inter", sans-serif;

  --fr-container: 1180px;
}

/* Actual visual styling lives in assets/css/frostreach.css (loaded via functions.php)
   to keep this file focused on the required WordPress theme header above. */
