/*
Theme Name: Echo Platform
Theme URI: https://eshop.echo.om/
Description: Modern, executive-grade Luminous Sovereign theme for Echo Multi-Store SaaS Platform built on WordPress & WP Ultimo.
Author: Echo Tech
Author URI: https://echo.om/
Version: 1.0.0
Text Domain: echo-platform
Domain Path: /languages
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.0
*/

@layer base {
  html, body {
    margin: 0;
    padding: 0;
  }
  body {
    overscroll-behavior: none;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }
  main > :first-child {
    margin-top: 0 !important;
  }
  main > :last-child {
    margin-bottom: 0 !important;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
