/*
Theme Name: Meditation Treks
Theme URI: https://github.com/happyruss/meditation-treks-web
Author: Meditation Treks
Author URI: https://meditationtreks.com
Description: Custom Meditation Treks WordPress theme. Staging-only until an explicit production release.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meditation-treks
*/

:root {
  --mt-bg: #0c0b0a;
  --mt-fg: #f3eee6;
  --mt-accent: #d4b56a;
}

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

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mt-bg);
  color: var(--mt-fg);
  font-family: Georgia, "Times New Roman", serif;
}

.mt-hello {
  max-width: 40rem;
  padding: 2rem;
  text-align: center;
}

.mt-hello h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
}

.mt-hello p {
  margin: 0.4rem 0;
  line-height: 1.5;
}

.mt-hello .mt-probe {
  color: var(--mt-accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}
