/*
Theme Name: PlexiMath Theme
Theme URI: https://pleximath.pressrogers.xyz
Author: Press Rogers
Description: A private/public foundation theme for PlexiMath by Press Rogers.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.3
Text Domain: pleximath
*/

:root {
  --pleximath-text: #111111;
  --pleximath-muted: #515151;
  --pleximath-bg: #ffffff;
}

html,
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  background: var(--pleximath-bg);
  color: var(--pleximath-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.pleximath-landing {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: #ffffff;
}

.pleximath-landing__inner {
  width: min(84vw, 520px);
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.pleximath-landing__logo {
  display: block;
  width: clamp(180px, 34vw, 320px);
  height: auto;
}

.pleximath-landing__title {
  margin: 0;
  color: #151515;
  font-size: clamp(24px, 3.4vw, 42px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
}

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