/* ══════════════════════════════════════════════════════════════════════════ 
   theme-royalblue.css — color scheme ONLY. 
   Load this AFTER style.css in index.html (a second <link>) to apply this palette. 
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --tone-1: #050b14ff;
    --tone-2: #0b1a30ff;
    --tone-3: #122b52ff;
    --tone-4: #1d4ed8ff;
    --tone-5: #fbbf24ff;

    --tone-1-rgb: 5, 11, 20;
    --tone-2-rgb: 11, 26, 48;
    --tone-3-rgb: 18, 43, 82;
    --tone-4-rgb: 29, 78, 216;
    --tone-5-rgb: 251, 191, 36;

    --tone-text: #f8fafcff;
    --tone-text-rgb: 248, 250, 252;

    --code-bg: #090d16ff;
    --code-bg-rgb: 9, 13, 22;
}