/*
Theme Name:  RecorderMax
Theme URI:   https://www.ptclcallrecorder.pk
Author:      RecorderMax
Author URI:  https://www.ptclcallrecorder.pk
Description: Custom parent theme for RecorderMax — Landline Call Recording Solutions. Built for WooCommerce. Designed to survive all WordPress and WooCommerce updates.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License:     Proprietary
Text Domain: recordermax
Tags: woocommerce, ecommerce, custom
*/

/* ============================================================
   DESIGN SYSTEM — CSS Custom Properties
   All brand colours, spacing, and type scales live here.
   Override any variable in the child theme's style.css.
   ============================================================ */

:root {

  /* ── Brand Colours ── */
  --rm-amber:          #f4ad3d;
  --rm-amber-dark:     #d9921a;
  --rm-amber-light:    #fef3dc;
  --rm-amber-subtle:   rgba(244, 173, 61, 0.12);
  --rm-amber-border:   rgba(244, 173, 61, 0.30);

  /* ── Neutrals ── */
  --rm-black:    #111111;
  --rm-dark:     #222222;
  --rm-mid:      #555555;
  --rm-muted:    #888888;
  --rm-border:   #e5e5e5;
  --rm-bg:       #ffffff;
  --rm-bg2:      #f7f7f7;
  --rm-white:    #ffffff;

  /* ── Semantic ── */
  --rm-success:  #3dcc70;
  --rm-info:     #3b7fe8;
  --rm-warning:  var(--rm-amber);

  /* ── Type ── */
  --rm-font-heading: 'Poppins', Arial, sans-serif;
  --rm-font-body:    'Open Sans', Arial, sans-serif;

  /* ── Spacing ── */
  --rm-radius:   6px;
  --rm-radius-lg: 12px;
  --rm-gutter:   5vw;
  --rm-max-w:    1180px;

  /* ── Nav ── */
  --rm-nav-height: 62px;

  /* ── Shadows ── */
  --rm-shadow-sm:  0 2px 12px rgba(0,0,0,0.08);
  --rm-shadow-md:  0 8px 32px rgba(0,0,0,0.12);
  --rm-shadow-lg:  0 16px 48px rgba(0,0,0,0.16);

  /* ── Transitions ── */
  --rm-transition: 0.2s ease;
  --rm-transition-slow: 0.4s ease;
}
