/*
Theme Name:        JuanSports
Theme URI:         https://juansports.org
Description:       Custom WordPress theme for JuanSports.org — bold sports editorial, no page builder.
Author:            JuanSports
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      8.0
License:           GNU General Public License v2
Text Domain:       juansports
*/

:root {
  --blue:#1c6eb3;--blue-d:#155a94;--blue-l:#2a82d0;--blue-p:#e8f2fb;
  --navy:#0b1120;--navy2:#111827;--navy3:#1a2535;
  --white:#ffffff;--off:#f7f9fc;--border:#e2e8f0;
  --text:#1e293b;--muted:#64748b;--light:#94a3b8;
  --fh:'Barlow Condensed',Arial Narrow,sans-serif;
  --fb:'Barlow',sans-serif;
  --ease:.2s ease;--sh:0 8px 28px rgba(28,110,179,.12);
  --mw:1280px;--pad:48px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fb);font-size:15px;line-height:1.65;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none;padding:0}
button{cursor:pointer;font-family:var(--fb)}
h1,h2,h3,h4,h5,h6{font-family:var(--fh);color:var(--navy);line-height:1.08;letter-spacing:.02em;font-weight:800}
h1{font-size:clamp(28px,4.5vw,52px);font-weight:900}
h2{font-size:clamp(22px,3vw,34px)}
h3{font-size:clamp(18px,2vw,24px)}
p{margin-bottom:1em}
p:last-child{margin-bottom:0}
.wrap{max-width:var(--mw);margin:0 auto;padding:0 var(--pad)}
