/*
Theme Name: Stellalith
Theme URI: https://stellalith.com/
Author: Stellalith
Description: A quiet mineral atelier block theme for one-of-one Personalized Crystal Grids.
Version: 0.1.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: stellalith
*/

:root {
  --stellalith-bone: #F7F5F1;
  --stellalith-ink: #2A2A2B;
  --stellalith-night: #1E2440;
  --stellalith-gold: #978E56;
  --stellalith-rose: #AB4E52;
  --stellalith-serif: "Bodoni Moda", Didot, "Bodoni 72", Georgia, serif;
  --stellalith-sans: Manrope, "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--stellalith-bone);
  color: var(--stellalith-ink);
  font-family: var(--stellalith-sans);
  letter-spacing: 0;
  margin: 0;
}

body * {
  box-sizing: border-box;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input,
select {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--stellalith-gold);
  outline-offset: 3px;
}

.wp-site-blocks {
  min-height: 100vh;
}

.stellalith-content-shell {
  margin-inline: auto;
  max-width: 760px;
  padding: clamp(4rem, 9vw, 8rem) 1.25rem;
}

.stellalith-content-shell h1,
.stellalith-content-shell h2,
.stellalith-content-shell h3 {
  color: var(--stellalith-night);
  font-family: var(--stellalith-serif);
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
