/*
Theme Name: Alex Retreat Minimal
Theme URI: https://alexretreat.com/
Author: Alex Retreat
Description: Minimal shell theme for code-imported Alex Retreat pages.
Version: 1.0.0
Text Domain: alexretreat-minimal
*/

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #08111c;
  color: #f7efe2;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

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

.alexretreat-fallback {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px;
  box-sizing: border-box;
}
