/*
Theme Name: Kadence Child — leaymz.tech
Template: kadence
Version: 1.0
*/

:root {
  --bg:      #0A0A0A;
  --surface: #111111;
  --border:  #2A2A2A;
  --text:    #F0EDE8;
  --muted:   #888888;
  --accent:  #C17A3A;
  --green:   #4ADE80;
  --display: "Syne", sans-serif;
  --body:    "Inter", sans-serif;
  --mono:    "JetBrains Mono", monospace;
}
* { box-sizing: border-box; }
body { background: var(--bg); color: var(--text); font-family: var(--body); }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.1; }
a { color: var(--accent); text-decoration: none; }
.mono   { font-family: var(--mono); }
.accent { color: var(--accent); }
.muted  { color: var(--muted); }
.green  { color: var(--green); }
