/*
Theme Name: EasyFlow Statistics
Theme URI: https://easyflowstats.com/
Author: EasyFlow Statistics
Author URI: https://easyflowstats.com/
Description: Product-first WordPress theme for the EasyFlow Statistics homepage.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easyflow-statistics
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  background: #fff;
  clip: auto;
  clip-path: none;
  color: #101923;
  display: block;
  font-weight: 700;
  height: auto;
  left: 16px;
  padding: 12px 14px;
  top: 16px;
  width: auto;
  z-index: 100000;
}
