/*
	Theme Name: Silence is Golden
	Theme URI: https://piniondesigns.com
	Description: Secure your Headless CMS with "Silence is Golden" theme. The theme is free, open-source, and designed for headless access.
	Author: Pinion Designs & Durable Programming
	Author URI: https://piniondesigns.com
	Version: 0.1.0
	Stable tag: 0.1.0
	Requires at least: 6.0
	Tested up to: 6.4
	Requires PHP: 7.3
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: silence-is-golden
	Tags: headless,
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cacae6;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;


}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:100%;
  background: linear-gradient(180deg, rgba(19.216% 13.333% 25.882% / 0.6  ) 45%, rgba(19.216% 13.333% 25.882% / 1 ) 100%);
  backdrop-filter: blur(2px);
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  color: inherit;
  text-align: center;
}

h1 {
  font-size: clamp(3rem, 10vw, 12rem);
}
