/*
Theme Name: ZLN Theme
Theme URI: https://zln.localhost
Author: Codex
Description: Database-driven theme shell for the ZLN Astro to WordPress migration.
Version: 0.2.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: zln-theme
*/

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
}

.zln-imported-page {
  background: #ffffff;
}
