/*
Theme Name: Retreat Matrix
Theme URI: https://retreatmatrix.in
Author: Mintu Bapari
Author URI: https://codermintu.com
Description: A bespoke, ultra-luxury editorial WordPress theme for Retreat Matrix. 100% plugin-free, featuring customizer controls, native inquiry handling, dynamic journal feeds, dedicated page templates, and a built-in security activation license system.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: retreat-matrix
*/

:root {
  /* Palette */
  --rm-bg-sand: #FAF8F5;
  --rm-bg-sand-warm: #F4EFEA;
  --rm-bg-sand-card: #FFFFFF;
  --rm-bg-dark-emerald: #142823;
  --rm-bg-dark-deep: #0D1E1A;
  --rm-bg-dark-card: #18332D;

  --rm-color-gold: #B98E4E;
  --rm-color-gold-hover: #9E7538;
  --rm-color-gold-light: #F7EEDB;
  --rm-color-gold-border: rgba(185, 142, 78, 0.35);

  --rm-color-text-main: #1C2421;
  --rm-color-text-muted: #5C6762;
  --rm-color-text-light: #8E9994;
  --rm-color-text-inverse: #FAF8F5;
  --rm-color-text-inverse-muted: #A3B5AF;

  --rm-border-light: rgba(28, 36, 33, 0.08);
  --rm-border-dark: rgba(255, 255, 255, 0.12);

  /* Typography */
  --rm-font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --rm-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Layout & Spacing */
  --rm-container-max: 1280px;
  --rm-container-narrow: 1140px;
  --rm-container-text: 1140px;
  --rm-radius-sm: 4px;
  --rm-radius-md: 8px;
  --rm-radius-lg: 12px;
  --rm-radius-pill: 9999px;

  /* Transitions */
  --rm-transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Base resets handled in assets/css/theme.css */
