/* ============================================================
   DESKTOP.CSS — ONE1GAMES
   min-width: 1024px / 1440px — GLOBAL / cross-cutting rules only.

   NOTE: Component-specific desktop rules live INSIDE their own
   component file. This file only holds rules that touch
   multiple components at once or don't belong to any single one.
   ============================================================ */


@media (min-width: 1024px) {


  /* Reserved for future global desktop-only overrides
     that don't belong to a single component. */


}


@media (min-width: 1440px) {


  /* Reserved for future global ultra-wide overrides
     that don't belong to a single component. */


}