/*
Theme Name: Web Hosting Audit
Theme URI: https://hostaudit.tech
Author: Antigravity Code Companion
Description: Premium, custom-built Web Hosting Review and Audit comparison theme. Built on top of the Stitch design system.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: webhostingaudit
*/

/* Core CSS overrides and scrollbar styles */
body {
    background-color: #0b0d1f;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #0B0D1F;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #434860;
    border-radius: 10px;
}
.glass-card {
    background: rgba(21, 26, 48, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}
