/*
Theme Name: MITS Elementor Theme
Theme URI: https://myitshop.com
Author: Antigravity
Description: A lightweight custom theme to house Elementor overrides for My IT Shop.
Version: 1.0.0
*/

:root {
    --primary: #00AEEF;
    --primary-hover: #009bd4;
    --background-light: #F9FAFB;
    --background-dark: #111827;
    --surface-light: #FFFFFF;
    --surface-dark: #1F2937;
    --text-light: #1F2937;
    --text-dark: #F3F4F6;
    --text-muted-light: #6B7280;
    --text-muted-dark: #9CA3AF;
    --border-light: #E5E7EB;
    --border-dark: #374151;
}

body {
    font-family: 'Inter', sans-serif;
}