/* ============================================================
   Theme: Hell
   ============================================================ */

[data-theme="light"] {
    --bg:           #eef1f7;
    --bg-panel:     #ffffff;
    --border:       #d7dde8;
    --border-light: #c3cbdb;
    --text:         #222a3b;
    --text-dim:     #69728a;
    --text-strong:  #0d1320;
    --overlay-hover:    rgba(13, 19, 32, 0.06);
    --tooltip-bg:       rgba(255, 255, 255, 0.97);

    --map-ocean-from:           #ffffff;
    --map-ocean-to:             #e3e9f4;
    --map-grid:                 #dde3ee;
    --map-grid-strong:          #bcc7da;
    --map-land:                 #d8e1f0;
    --map-land-stroke:          #aebcd6;
    --map-highlight-stroke:     rgba(13, 19, 32, 0.28);
    --map-highlight-stroke-hover: #0d1320;
}
