/* --------------------------------------------------------------------------
   DEDAT.ME THEME ENGINE & OOKLA HELPER
   --------------------------------------------------------------------------
   Change the active theme by uncommenting ONE of the lines below.
   DO NOT UNCOMMENT MULTIPLE LINES AT ONCE.

   *** OOKLA SPEEDTEST CUSTOMIZATION CODES ***
   When you switch themes here, copy these Hex codes into your Ookla dashboard:

   1. Dark Slate (Default)
      dark-slate.css
      Background: #0f172a  |  Text: #f8fafc  |  Highlight: #0ea5e9

   2. Sunset
      sunset.css
      Background: #2d1b2e  |  Text: #fff0f5  |  Highlight: #f97316

   3. Midnight OLED
      midnight-oled.css
      Background: #000000  |  Text: #ffffff  |  Highlight: #3b82f6

   4. Light Mode
      light-mode.css
      Background: #f8fafc  |  Text: #0f172a  |  Highlight: #38bdf8
-------------------------------------------------------------------------- */

@import url("../themes/dark-slate.css");
/* @import url("../themes/sunset.css"); */
/* @import url("../themes/midnight-oled.css"); */
/* @import url("../themes/light-mode.css"); */
