/* Consultora Blocks - Custom Styles */

/* ================================================ */
/* Tw Cen MT - Custom Font Family                   */
/* ================================================ */

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TCM_____.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TCMI____.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TCB_____.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TCBI____.TTF') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT Condensed';
    src: url('../fonts/TCCM____.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT Condensed';
    src: url('../fonts/TCCB____.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT Condensed';
    src: url('../fonts/TCCEB.TTF') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0px;
}

/* Base block styles */
.acf-block {
    box-sizing: border-box;
}

.acf-block *,
.acf-block *::before,
.acf-block *::after {
    box-sizing: inherit;
}

/* Button base styles */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn--primary {
    background-color: var(--global-palette1, #2B6CB0);
    color: #ffffff;
}

.btn--primary:hover {
    background-color: var(--global-palette2, #1A4F8B);
    color: #ffffff;
}

.btn--secondary {
    background-color: transparent;
    color: var(--global-palette1, #2B6CB0);
    border: 2px solid var(--global-palette1, #2B6CB0);
}

.btn--secondary:hover {
    background-color: var(--global-palette1, #2B6CB0);
    color: #ffffff;
}

.btn--small {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn--medium {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn--large {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

/* Block overlay */
.block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
