:root {
    /* Premium Color Palette */
    --primary-color: #0a192f;
    /* Deep Navy Blue */
    --secondary-color: #112240;
    /* Lighter Navy */
    --accent-color: #d4af37;
    /* Gold Accent (Bullion) */
    --silver-color: #c0c0c0;
    /* Silver Accent (Bullion) */
    --text-color: #8892b0;
    /* Slate Gray */
    --heading-color: #ccd6f6;
    /* Lightest Slate */
    --bg-color: #f4f7f6;
    /* Off-white background for content */
    --white: #ffffff;

    /* Fonts */
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    /* Spacing */
    --container-width: 1200px;
    --header-height: 100px;
}