/*
CTC Separate Stylesheet
Updated: 2026-03-17 22:29:30
*/


/* BrushHammer Typography Tokens */
:root {
    /* Heading Styles */
    --text-h1-font-family: 'Londrina Solid', cursive;
    --text-h1-font-weight: 900;
    --text-h1-font-size: 64px;
    --text-h1-line-height: 1.1;
    --text-h2-font-family: 'Londrina Solid', cursive;
    --text-h2-font-weight: 900;
    --text-h2-font-size: 48px;
    --text-h2-line-height: 1.2;
    --text-h3-font-family: 'Londrina Solid', cursive;
    --text-h3-font-weight: 300;
    --text-h3-font-size: 32px;
    --text-h3-line-height: 1.3;
    /* Body Styles */
    --text-body-font-family: 'Roboto', sans-serif;
    --text-body-font-weight: 400;
    --text-body-font-size: 18px;
    --text-body-line-height: 1.5;
    --text-caption-font-family: 'Roboto', sans-serif;
    --text-caption-font-weight: 400;
    --text-caption-font-size: 14px;
    --text-caption-line-height: 1.7;
}

.elementor-widget-heading h1.elementor-heading-title{
    line-height: var(--text-h1-line-height);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
    min-height: unset;
}

.ast-footer-copyright a{
    color: #11202a;
}
.ast-footer-copyright a:hover{
    color: #f5bd00;
}
/*#f5bd00*/