/*
Theme Name: Koss Topology
Theme URI: https://patrick-koss.com
Author: Patrick Koss
Author URI: https://patrick-koss.com
Description: The theme behind patrick-koss.com. The site reads as a system diagram: sections declare intent in monospace and show the observed state beside it. Bilingual by path (/en/, /de/), no page builder, no external font or tracker requests.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koss-topology
*/

/* Design tokens and layout live in assets/css/design.css, loaded after this file. */

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

body {
  margin: 0;
}

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

button {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid oklch(0.52 0.13 255);
  outline-offset: 2px;
}

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

.alignwide,
.alignfull {
  max-width: 100%;
}
