﻿/*
Theme Name: Kadence Child
Theme URI: https://promasterpest.ae/
Description: Custom Child Theme for Pro Master Pest Control
Author: Pro Master Pest Control
Author URI: https://promasterpest.ae/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

:root {
    --primary: #f15a24;
    --primary-hover: #d94814;
    --primary-gradient: linear-gradient(135deg, #f15a24 0%, #ea580c 100%);
    --primary-light: #fff5f0;
    --dark: #111827;
    --dark-alt: #1e293b;
    --text-color: #334155;
    --text-muted: #64748b;
    --light-bg: #f8fafc;
    --white: #ffffff;
    --border-color: #e2e8f0;
    --gold: #f59e0b;
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --transition: all 0.25s ease-in-out;
}
