/*
Theme Name: Koopal Twenty Twenty-Five
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A minimal, developer-friendly starter theme based on Twenty Twenty-Five principles.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koopal-twentytwentyfive
Tags: minimal, starter, responsive
*/
* {
  font-family: "Montserrat";
}

body {
  margin: 0;
}

.rounded-l-lg {
  img {
    border-radius: 0.5rem;
  }
}
/* Force image to match height of text block */
.kt-row-column-wrap {
  display: flex;
  align-items: stretch;
}

.kt-row-column-wrap .wp-block-kadence-column:first-child .kt-inside-inner-col {
  height: 100%;
  display: flex;
}

.kt-row-column-wrap .wp-block-kadence-column:first-child figure,
.kt-row-column-wrap .wp-block-kadence-column:first-child img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Crops to fit without distortion */
  margin: 0;
  display: block;
  border-radius: 0.5rem; /* same as rounded-l-lg */
}
