/*
Theme Name: Kowbo Child
Theme URI: https://kowbo.com
Description: Blocksy child theme for kowbo.com
Author: Kowbo
Author URI: https://kowbo.com
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kowbo-child
*/

/* ========================================
   Color Variables
   ======================================== */
:root {
    --kowbo-navy: #1c2e42;
    --kowbo-gold: #9e8355;
}

/* ========================================
   Header - Logo image only (hide all text)
   ======================================== */
.site-title,
.site-description {
    display: none !important;
}

.site-branding .site-title-container {
    display: none !important;
}

/* Blocksy specific: hide title & tagline text next to logo */
[data-id="logo"] .site-title,
[data-id="logo"] .site-description,
[data-id="logo"] .site-title-container {
    display: none !important;
}

/* ========================================
   Hero / Catchcopy - Cormorant Garamond
   ======================================== */
.hero-section h1,
.hero-section h2,
.hero-section .page-title,
.hero-section .entry-title,
.entry-header h1,
.entry-header .page-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

/* ========================================
   Body Text - Noto Serif JP (200, 300)
   ======================================== */
body {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
}

p,
.entry-content,
.site-content {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
}

strong,
b,
.entry-content strong {
    font-weight: 300;
}
