/*
Theme Name:   KroyTech
Theme URI:    https://kroytech.com/
Description:  The KroyTech Pro landing page as a WordPress theme, pixel-identical to the original design. Every text, image, link and colour is editable from the Customizer (live preview) or from the "KroyTech Site" dashboard page. Can also be used together with the KroyTech Site plugin (same content, same editors).
Author:       Humberto Alonso
Author URI:   mailto:humberto.alonso.gamez@gmail.com
Version:      1.6.1
Requires at least: 5.9
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kroytech
Tags:         one-column, custom-colors, sticky-post
*/

/* The landing page styles live in assets/css/styles.css (identical to the original site).
   Below: only the wrapper used by regular posts/pages when this theme is active. */

.kt-content{max-width:860px;margin:0 auto;padding:48px 22px 72px}
.kt-content h1.entry-title{font-weight:900;font-size:clamp(1.8rem,3.6vw,2.6rem);letter-spacing:-.015em;line-height:1.1;margin-bottom:22px}
.kt-content .entry-content>*+*{margin-top:1em}
.kt-content .entry-content h2{margin-top:1.6em}
.kt-content .entry-content h3{font-weight:700;margin-top:1.4em}
.kt-content .entry-content ul,.kt-content .entry-content ol{padding-left:1.4em}
.kt-content .entry-content a{color:var(--red)}
.kt-content .entry-content img{max-width:100%;height:auto;border-radius:10px}
.kt-content .entry-content blockquote{border-left:4px solid var(--red);padding-left:16px;color:var(--soft)}
.kt-content .entry-meta{font-family:"IBM Plex Mono",monospace;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--soft);margin-bottom:14px}
.kt-content .entry-summary{border:1px solid var(--line);border-radius:12px;padding:20px 22px;margin-bottom:16px;background:var(--card);box-shadow:var(--shadow)}
.kt-content .entry-summary h2{font-size:1.25rem}
.kt-content .entry-summary h2 a{text-decoration:none}
.kt-content .entry-summary h2 a:hover{color:var(--red)}
.kt-content .nav-links{display:flex;justify-content:space-between;gap:12px;margin-top:28px;font-weight:700}
.kt-content .nav-links a{text-decoration:none;color:var(--red)}
.kt-content .kt-back{display:inline-block;margin-top:34px}
