/*!
 * Belgard Block Styles
 *
 * Styles for registered block style variations and shared CSS variables.
 * This file is loaded in BOTH the frontend and block editor via enqueue_block_assets.
 *
 * @see inc/admin/blocks.php for enqueueing the blocks.css file
 * @see site specific editor.js file for block style registration
 */

/* Tagline Style - registered for advancedheading block */
.is-style-tagline,
.is-style-tagline .kadence-advancedheading-text
{
    font-family: Rajdhani, sans-serif !important;
    font-size: var(--wp--preset--font-size--large) !important;
    line-height: 1.2;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* Large Display Style - registered for advancedheading block */
.is-style-large-display,
.is-style-large-display .kadence-advancedheading-text
{
    font-size: clamp(2.375rem, 1.1rem + 3.4vw, 4.5rem);
    line-height: 1;
    font-weight: 300;
}

/* Native Query Loop */
.wp-block-post-template {
    margin: 0;
}