/*
Theme Name: Smokeboxx
Theme URI: https://smokeboxx.co.uk
Author: Overflo Digital
Author URI: https://overflo.digital
Description: Custom theme for Smokeboxx Cafe — fried chicken takeaway in Wolverhampton. Dark design with orange accents, built to integrate with the Online Ordering plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: smokeboxx
*/

/* Plugin CSS Variable Overrides */
:root {
    --oo-primary: #1A1A1A;
    --oo-primary-hover: #222222;
    --oo-accent: #E94E1B;
    --oo-accent-hover: #C7411A;
    --oo-accent-light: rgba(233, 78, 27, 0.1);
    --oo-success: #22C55E;
    --oo-success-light: rgba(34, 197, 94, 0.15);
    --oo-warning: #F59E0B;
    --oo-warning-light: rgba(245, 158, 11, 0.15);
    --oo-error: #EF4444;
    --oo-error-light: rgba(239, 68, 68, 0.15);
    --oo-text: #FFFFFF;
    --oo-text-light: #888888;
    --oo-text-muted: #666666;
    --oo-text-inverse: #FFFFFF;
    --oo-bg: #000000;
    --oo-bg-light: #0A0A0A;
    --oo-bg-warm: #141414;
    --oo-bg-dark: #1A1A1A;
    --oo-border: #333333;
    --oo-border-light: #1A1A1A;
    --oo-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --oo-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
    --oo-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
    --oo-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
    --oo-radius-sm: 0;
    --oo-radius: 0;
    --oo-radius-lg: 0;
    --oo-radius-full: 0;
    --oo-transition-fast: 0.15s ease;
    --oo-transition: 0.2s ease;
    --oo-transition-slow: 0.3s ease;
    --oo-font: 'Montserrat', sans-serif;
}
