/*
Theme Name: Blocksy Child (Print-Image)
Theme URI: https://print-image.com/
Description: Child theme of Blocksy for Print-Image service center site. Custom typography, palette overrides, and service-specific CSS.
Author: Print-Image
Author URI: https://print-image.com/
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/* === BASE: brand tokens are set in Blocksy Global Styles; this file holds only site-specific rules === */


/* === pi-global-fonts: site-wide typography override (Tektur headings, Onest body) === */
body,
.ct-header,
.ct-footer,
.site-main,
.entry-content,
.ct-container,
.ct-container-narrow,
input, textarea, button, select {
    font-family: 'Onest', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.ct-menu-link,
.ct-sidebar-heading,
.wp-block-heading {
    font-family: 'Tektur', system-ui, -apple-system, 'Segoe UI', sans-serif;
    letter-spacing: -0.01em;
}
/* === /pi-global-fonts === */
