/* ==========================================================================
   The Mali Dad - Orange Theme
   Dog Training Website Specific Styles
   ========================================================================== */

/*
   Note: The base site.css already contains the orange theme and all
   dog-training-specific styles (paw prints, affiliate showcases).

   This file exists for explicit theme selection and any future
   Mali Dad-specific additions.
*/

:root {
    /* Colors - Orange & Black Theme (matches site.css defaults) */
    --primary-color: #ff6b00;
    --primary-dark: #e55a00;
    --primary-light: #ff8533;
    --secondary-color: #ffaa00;
    --secondary-dark: #cc8800;
    --accent-color: #fff4e6;
}
