/*
Theme Name: Landingpage Theme
Description: Schlankes Theme für projektbezogene Landingpages.
Author: NLW
Version: 0.2.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: landingpage-theme
*/

:root {
  --lp-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --lp-text: #1a1a1a;
  --lp-bg: #ffffff;
  --lp-accent: #2563eb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--lp-font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lp-text);
  background: var(--lp-bg);
}

a {
  color: var(--lp-accent);
}

.site-main {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}

.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 !important;
}
