/*
Theme Name: ARMA Security
Description: Military/Security Agency WordPress Theme
Author: WordPress Developer
Version: 1.0.0
Text Domain: arma-security
*/

/* Basic reset and utilities */
body {
    margin: 0;
    padding: 0;
}

/* Hide WordPress admin bar in development */
#wpadminbar {
    display: none;
}

/* Custom scrollbar for dark theme */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a202c;
}

::-webkit-scrollbar-thumb {
    background: #eab308;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d97706;
}
