/*
Theme Name: Slyfox
Theme URI: https://sly-fox-web.com/
Author: Antigravity IDE
Author URI: https://gemini.google.com/
Description: A modern, glassmorphism-inspired WordPress theme with orange accents, based on conversionrate.store structure.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slyfox
*/

:root {
    --primary-color: #F2751A; /* Orange from logo */
    --primary-color-hover: #d96310;
    --text-color: #4A4A4A; /* Gray */
    --text-color-light: #7A7A7A;
    --bg-color: #F4F6F9;
    --glass-bg: rgba(255, 255, 255, 0.65);
    --glass-border: rgba(255, 255, 255, 0.4);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    --font-main: 'Inter Tight', sans-serif;
}
