/*
Theme Name: eXzez Soundworld
Theme URI: https://www.exzez.de/
Author: eXzez
Description: Lean presentation layer for the EXZ-DF-01 WordPress migration.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: exzez-soundworld
*/

:root {
  color-scheme: dark;
}

html {
  background: #121217;
}

body {
  margin: 0;
  background: #121217;
  color: #f4f1ed;
  font-family: system-ui, sans-serif;
}

.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;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: #f4f1ed;
  color: #121217;
}

.exzez-foundation {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
  padding: 48px 0;
}

.exzez-foundation a {
  color: #ff4b47;
}
