/*
Theme Name: Yonibet
Theme URI: https://yonibet-off.com
Description: Brand-protection casino theme — ports the SEOMoon Astro design (Outfit/Manrope, glass cards, brand-token color system) to WordPress.
Author: SEOMoon
Version: 1.0.0
*/

/* Base reset + layout — the look itself lives in assets/main.css + assets/brand.css */
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg-page); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg-page);
  color: var(--text-primary);
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
}
main#main-content { flex: 1 0 auto; position: relative; z-index: 1; }
img { max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--text-primary);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); font-weight: 600; }
strong, b { font-weight: 600; }

/* Content prose wrapper (page bodies render inside this) */
.entry-content { max-width: 62rem; margin: 0 auto; }
.entry-content > h2 { margin-top: 2.5rem; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content li { margin: 0.35rem 0; }
.entry-content p { color: var(--text-secondary); }
