/*
Theme Name: Securadeal
Theme URI: https://www.securadeal.co.za/
Author: Securadeal
Author URI: https://www.securadeal.co.za/
Description: Self-contained custom theme for Securadeal. The storefront is rendered entirely by the securadeal-core mu-plugins (custom home, category, product, cart, checkout, account, pages, blog, search, 404) via template_redirect; this theme provides a clean, Elementor-free base and safe fallbacks that reuse the same custom chrome. Replaces Hello Elementor.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: securadeal
Tags: custom, woocommerce
*/

/* Minimal base — mu-plugins inject the full storefront CSS on rendered pages.
   These rules only style rare theme-fallback output so it never looks broken. */
:root{--navy:#0a2a66;--blue:#1d71b8;--ink:#141a24;--muted:#5c6675;--line:#e6eaf0;--bg:#f4f6fa;--surface:#fff}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Roboto,"Segoe UI",system-ui,-apple-system,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.sd-theme-fallback{max-width:1000px;margin:0 auto;padding:28px 20px 64px}
.sd-theme-fallback h1{color:var(--navy);font-weight:800;line-height:1.2}
.sd-theme-fallback .woocommerce{margin-top:12px}
