/* Explain: Sapphire Blue and Brushed Steel theme tokens for Magnus Export Import */
:root {
    --primary-color: #0F2557;
    --primary-hover: #16387A;
    --secondary-color: #8392A5;
    --accent-color: #285EBC;
    --background-color: #FFFFFF;
    --surface-color: #F3F5F8;
    --text-color: #1A222F;
    --text-muted: #5C6A7D;
    --border-color: #CFD7E0;
    --nav-bg: rgba(255, 255, 255, 0.98);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    --shadow-soft: 0 2px 10px rgba(15, 37, 87, 0.04);
    --shadow-deep: 0 8px 24px rgba(15, 37, 87, 0.08);
    --radius-card: 0px;
}
