/*
Theme Name: Fitnativ Minimal
Theme URI: https://fitnativ.com
Author: Antigravity
Description: A minimal, lightweight WordPress theme designed specifically for Elementor and the Fitnativ Widgets plugin.
Version: 1.0.0
Text Domain: fitnativ-minimal
*/

:root {
	/* Fitnativ React Global Colors */
	--primary-50: #f0f8ff;
	--primary-100: #e0f0fe;
	--primary-200: #bae3fd;
	--primary-300: #7dd0fc;
	--primary-400: #38bdf8;
	--primary-500: #0ea5e9;
	--primary-600: #0284c7;
	--primary-700: #0369a1;
	--primary-800: #075985;
	--primary-900: #0c4a6e;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #111827; /* gray-900 */
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .font-display {
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 0.05em;
}

.site-content {
	/* Add some padding top so header doesn't overlap content by default */
	padding-top: 80px; 
}
