/*
Theme Name: Meadowlark Base
Author: Meadowlark IT
Description: Minimal structural theme. Content lives in the DB. Presentation lives elsewhere.
Version: 0.1
*/

/* =========================================================
   1. Reset / Base (non-negotiable)
   ========================================================= */

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

html {
  font-size: 100%;
}


body {
  font-size: 16px;
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.65;
	 letter-spacing: 0.01em
  color: #111;
  background: #fff;
	overflow-x: hidden;
}



img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
   2. Typography (baseline scale)
   ========================================================= */
/* =========================================================
   Fonts: IBM Plex Sans (self-hosted)
   ========================================================= */

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/theme/assets/fonts/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/theme/assets/fonts/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/theme/assets/fonts/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/theme/assets/fonts/IBMPlexSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 0.75em 0;
  font-weight: 400;
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.05rem; }
h6 { font-size: 0.95rem; }

p {
  margin: 0 0 1.25em 0;
  max-width: 65ch;
}

ul,
ol {
  margin: 0 0 1.25em 1.5em;
}

li {
  margin-bottom: 0.5em;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration-thickness: 2px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}


/* =========================================================
   4. Utility helpers (keep minimal)
   ========================================================= */

.text-center {
  text-align: center;
}

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
