/*
Theme Name: Plain Lorem
Theme URI: https://kresanic.sk
Author: Kresanic
Description: Minimal under-construction theme in warm earth tones.
Version: 0.4.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: plain-lorem
*/

:root {
  --bg: #0f1115;
  --fg: #f4f1ea;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1.5rem;
}

.line {
  margin: 0;
  font-size: clamp(1rem, 3.2vw, 1.4rem);
  letter-spacing: 0.01em;
  text-align: center;
}
