/*
Theme Name: VoxTopics
Theme URI: https://github.com/google-deepmind/antigravity
Author: Antigravity AI
Author URI: https://github.com/google-deepmind/antigravity
Description: A premium, modern digital news and editorial intelligence WordPress theme, built same-to-same from the beautiful VoxTopics HTML UI. Fully responsive with glassmorphic elements, light/dark mode compatibility, custom navigation menus, widget support, and full Gutenberg editor compatibility.
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: voxtopics
*/

/* Custom global styles to support Material Icons and scroll bars same-to-same */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #E4E7EC; border-radius: 10px; }
.glass-nav { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
