/*
Theme Name:  Red River Traders
Theme URI:   https://redrivertraders.com
Author:      Red River Traders LLC
Author URI:  https://redrivertraders.com
Description: Premium WooCommerce theme for Red River Traders — drinkware, pitchers, sport bottles and kitchenware. Every section is editable via the WordPress Customizer. Fully responsive and WooCommerce ready.
Version:     1.6.6
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: red-river-traders
Tags: woocommerce, e-commerce, custom-colors, custom-logo, full-width-template, theme-options, two-columns, right-sidebar, footer-widgets

Red River Traders WordPress Theme
Copyright (C) 2025 Red River Traders LLC
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License.
*/

/* =====================================================
   CSS CUSTOM PROPERTIES — Brand Identity
   ===================================================== */
:root {
    --rrt-red:        #8B1A28;
    --rrt-red2:       #6B1220;
    --rrt-red3:       #BE2B3F;
    --rrt-red-lt:     #FDF0F1;
    --rrt-teal:       #2A7A8C;
    --rrt-teal2:      #1E5E6D;
    --rrt-ink:        #0F0D0D;
    --rrt-mid:        #6B6B6B;
    --rrt-cream:      #FAF8F5;
    --rrt-sand:       #F0EDE8;
    --rrt-white:      #FFFFFF;
    --rrt-border:     #E8E4DF;
    --rrt-shadow:     0 4px 24px rgba(0, 0, 0, 0.08);
    --rrt-radius:     12px;
    --rrt-font-head:  'Bebas Neue', sans-serif;
    --rrt-font-body:  'DM Sans', sans-serif;
    --rrt-header-h:   82px;
    --rrt-max-w:      1400px;
    --rrt-content-w:  1280px;
}
