/*
Theme Name: Meadowlark IT Skeleton
Theme URI: https://github.com/peteroe75/mlark-wp-theme
Author: Meadowlark IT
Author URI: https://meadowlarkit.com
Description: A minimal WordPress theme designed for direct authoring of HTML, CSS, and JavaScript in posts and pages. Built for experienced users who prefer native web primitives over page builders, with a lightweight, static theme foundation.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meadowlark-it-skeleton
Tags: custom-html, minimal, developer-tools, static, no-page-builder
*/


/* =========================================================
   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,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji",
    sans-serif;
  line-height: 1.65;
         letter-spacing: 0.01em
  color: #111;
  background: #fff;
}



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

/* =========================================================
    Typography (baseline scale)
   ========================================================= */
/* =========================================================
   Fonts
   ========================================================= */

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;
}


/* =========================================================
  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;
}
