/*
Theme Name: Noir Mobile
Theme URI: https://example.com/noir-mobile
Author: Antigravity
Author URI: https://example.com
Description: A premium, dark-mode focused WordPress theme for Noir Mobile.
Version: 1.0.0
Text Domain: noir-mobile
*/

body {
    background-color: #121414;
    color: #e2e2e2;
    -webkit-font-smoothing: antialiased;
}

.gold-glow {
    box-shadow: 0 0 20px rgba(233, 195, 73, 0.05);
}
