/*
Theme Name: PowerBank Simple
Theme URI: https://power.zeromedia.pt/
Author: ZD
Description: Simple modern WordPress theme for the PowerBank rental plugin.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: powerbank-simple
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
