/*
Theme Name: SDN PERCOBAAN 3 PAKEM - Website Sekolah Modern
Author: Pras Web Studio
Description: Theme WordPress sekolah dasar modern, responsif, mudah dikustomisasi, dan siap digunakan untuk profil sekolah, SPMB, berita, prestasi, guru, serta galeri.
Version: 1.6.9
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pertiwi
Tags: education, school, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, one-column, two-columns
*/

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  display: block;
  width: auto;
  height: auto;
  padding: 12px 18px;
  overflow: visible;
  clip: auto;
  color: #0f172a;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, .16);
  font-weight: 700;
}
