/*
Theme Name: 247 Online Church
Theme URI: https://247online.church
Author: Antigravity AI
Description: A high-parity WordPress theme converted from React. Digital Sanctuary aesthetic.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: 247-online-church
*/

/* Global Resets & Variables */
:root {
    --brand-orange: #FF5C00;
    --brand-black: #000000;
    --brand-dark: #121212;
}

body {
    background-color: var(--brand-black);
    color: white;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #444;
}
