/*
Theme Name: ReyKatz.com WP Theme
Template: twentytwentyfive
Version: 1.0.1
Author: Rey Katz, Claude
Description: Child theme of Twenty Twenty-Five.
*/

:root {
	--rk-black: #14161a;
	--rk-white: #ffffff;
	--rk-slate-blue: #34445c;
	--rk-sky-blue: #4fa8d8;
	--rk-navy: #10223f;
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/IBMPlexSans-Bold.ttf') format('truetype');
}

.site-hero {
	padding: 4rem 2rem;
}

.site-hero h1 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	font-size: clamp(2.25rem, 5vw, 4.25rem);
	line-height: 1.15;
	max-width: 44rem;
}

body {
	background-color: var(--rk-white);
	color: var(--rk-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--rk-slate-blue);
}

a {
	color: var(--rk-sky-blue);
}

a:hover,
a:focus {
	color: var(--rk-slate-blue);
}

.wp-block-button__link {
	background-color: var(--rk-sky-blue);
	color: var(--rk-white);
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background-color: var(--rk-navy);
}

.about-section {
	background-color: #bfd4f0;
	padding: 4rem 2rem;
	gap: 2rem;
}

.about-text {
	flex: 1 1 auto;
}

.about-portrait {
	flex: 0 0 28%;
	max-width: 28%;
}

.about-portrait img {
	width: 100%;
	height: auto;
	display: block;
}

.entry-content > .alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.section-tint {
	background-color: #f4f7fa;
	padding: 4rem 2rem;
}

.section-plain {
	padding: 4rem 2rem;
}

.fixes-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-top: 2rem;
}

.fixes-card {
	background-color: #bfd4f0;
	padding: 2rem;
	border-radius: 8px;
}

.fixes-card h3 {
	margin-top: 0;
}

.fixes-card p {
	margin-bottom: 0;
}

@media (max-width: 781px) {
	.fixes-grid {
		grid-template-columns: 1fr;
	}
}

.section-cta {
	background-color: var(--rk-slate-blue);
	padding: 4rem 2rem;
	text-align: center;
}

.section-cta h2,
.section-cta p {
	color: var(--rk-white);
}

header.wp-block-template-part {
	background-color: var(--rk-navy);
}

header.wp-block-template-part,
header.wp-block-template-part .wp-block-site-title a,
header.wp-block-template-part .wp-block-navigation-item__content {
	color: var(--rk-white);
}

header.wp-block-template-part .wp-block-navigation__responsive-container-open svg,
header.wp-block-template-part .wp-block-navigation__responsive-container-close svg {
	fill: var(--rk-white);
}

/* Fix Stackable full-width blocks not bleeding past the global content padding */
.entry-content .wp-block-stackable-columns.alignfull {
	margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
	margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
}

/* Fixes page */
body.page-id-84 .wp-block-cover .stk-block-heading__text {
	color: var(--rk-navy) !important;
}

body.page-id-84 .stk-017fe15,
body.page-id-84 .stk-017fe15:before {
	background: var(--rk-slate-blue) !important;
	background-image: none !important;
}

body.page-id-84 .stk-0f33809 .stk-block-heading__text {
	font-family: 'IBM Plex Sans', sans-serif !important;
}

body.page-id-84 :is(.stk-b6ffd46, .stk-decc10d) {
	border: none !important;
}

body.page-id-84 :is(.stk-3b50153, .stk-90fb86b) .stk-block-text__text {
	font-family: 'IBM Plex Sans', sans-serif !important;
	font-weight: 400 !important;
	color: var(--rk-black) !important;
}

body.page-id-84 :is(.stk-a353466, .stk-943ac00) .stk-block-subtitle__text {
	font-family: 'IBM Plex Sans', sans-serif !important;
	color: var(--rk-slate-blue) !important;
}

body.page-id-84 .stk-594fe67 .stk-button__inner-text {
	font-family: 'IBM Plex Sans', sans-serif !important;
}
