:root {
    --font-mesveda: 'Mesveda Medium';
    --font-mesveda-semibold: 'Mesveda SemiBold';
    --font-mesveda-bold: 'Mesveda Bold';
    --font-sweet-sans: 'Sweet Sans';
    --font-sweet-sans-medium: 'Sweet Sans';
    --font-icons: 'gadabout-icons';

    --theme-color-dark-blue: #2e3f51;
    --theme-color-medium-blue: #547080;
    --theme-color-khaki: #939080;
    --theme-color-cream: #efeee8;
    --theme-color-light-grey: #dddddd;
    --theme-color-white: #ffffff;
}

/*----------------------------------------------------------------------------
	
	Block Styles
	
----------------------------------------------------------------------------*/

.entry-content p a,
.editor-styles-wrapper p a {
    position: relative;
    color: var(--theme-color-dark-blue);
    transition: color 0.3s ease;
}
.entry-content p a:hover,
.editor-styles-wrapper p a:hover {
    color: var(--theme-color-khaki);
}
.entry-content p.embellish-links a,
.editor-styles-wrapper p.embellish-links a {
    margin-right: 28px;
}
.entry-content p.embellish-links a::after,
.editor-styles-wrapper p.embellish-links a::after {
    content: '';
    position: absolute;
    top: 5px;
    left: calc(100% + 10px);
    width: 18px;
    height: 2px;
    background-color: var(--theme-color-dark-blue);
    transition: background-color 0.3s ease;
}
.entry-content p.embellish-links a:hover::after,
.editor-styles-wrapper p.embellish-links a:hover::after {
    background-color: var(--theme-color-khaki);
}

.entry-content p.is-style-sweet-sans-10,
.editor-styles-wrapper p.is-style-sweet-sans-10 {
    font-family: var(--font-sweet-sans);
    font-size: 10px;
    letter-spacing: 2px;
}

@media screen and (min-width: 576px) {
    /* .entry-content p.is-style-sweet-sans-10,
    .editor-styles-wrapper p.is-style-sweet-sans-10 {
        font-size: 10px;
    } */
}

/* Mesveda Medium 27px */
.entry-content p.is-style-mesveda-medium-27,
.editor-styles-wrapper p.is-style-mesveda-medium-27 {
    font-family: var(--font-mesveda);
    font-size: 27px;
    letter-spacing: 0.5px;
}

/* Mesveda Medium 25px */
.entry-content p.is-style-mesveda-medium-25,
.editor-styles-wrapper p.is-style-mesveda-medium-25 {
    font-family: var(--font-mesveda);
    font-size: 25px;
    letter-spacing: 0.5px;
}

/* Mesveda Medium 13px */
.entry-content p.is-style-mesveda-medium-13,
.editor-styles-wrapper p.is-style-mesveda-medium-13 {
    font-family: var(--font-mesveda);
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

/* Mesveda Medium 12px */
.entry-content p.is-style-mesveda-medium-12,
.editor-styles-wrapper p.is-style-mesveda-medium-12 {
    font-family: var(--font-mesveda);
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* Mesveda Semibold 17px */
.entry-content p.is-style-mesveda-semibold-17,
.editor-styles-wrapper p.is-style-mesveda-semibold-17 {
    font-family: var(--font-mesveda-semibold);
    font-size: 17px;
    letter-spacing: 0.5px;
}

/* Mesveda Semibold 12px */
.entry-content p.is-style-mesveda-semibold-12,
.editor-styles-wrapper p.is-style-mesveda-semibold-12 {
    font-family: var(--font-mesveda-semibold);
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* Mesveda Bold 18px */
.entry-content p.is-style-mesveda-bold-18,
.editor-styles-wrapper p.is-style-mesveda-bold-18 {
    font-family: var(--font-mesveda-bold);
    font-size: 18px;
    letter-spacing: 0.5px;
}

/* Mesveda Bold 14px */
.entry-content p.is-style-mesveda-bold-14,
.editor-styles-wrapper p.is-style-mesveda-bold-14 {
    font-family: var(--font-mesveda-bold);
    font-size: 14px;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 576px) {
    /* .entry-content p.is-style-mesveda-medium-27,
    .editor-styles-wrapper p.is-style-mesveda-medium-27 {
        font-size: 27px;
    } */
    
    /* .entry-content p.is-style-mesveda-medium-25,
    .editor-styles-wrapper p.is-style-mesveda-medium-25 {
        font-size: 25px;
    } */
    
    /* .entry-content p.is-style-mesveda-medium-13,
    .editor-styles-wrapper p.is-style-mesveda-medium-13 {
        font-size: 13px;
        line-height: 22px;
    } */
    
    /* .entry-content p.is-style-mesveda-medium-12,
    .editor-styles-wrapper p.is-style-mesveda-medium-12 {
        font-size: 12px;
    } */
    
    /* .entry-content p.is-style-mesveda-semibold-17,
    .editor-styles-wrapper p.is-style-mesveda-semibold-17 {
        font-size: 17px;
    } */
    
    /* .entry-content p.is-style-mesveda-semibold-12,
    .editor-styles-wrapper p.is-style-mesveda-semibold-12 {
        font-size: 12px;
    } */
    
    /* .entry-content p.is-style-mesveda-bold-18,
    .editor-styles-wrapper p.is-style-mesveda-bold-18 {
        font-size: 18px;
    } */
    
    /* .entry-content p.is-style-mesveda-bold-14,
    .editor-styles-wrapper p.is-style-mesveda-bold-14 {
        font-size: 14px;
    } */
}

/*----------------------------------------------------------------------------
	
	Utilities
	
----------------------------------------------------------------------------*/
.border-bottom-light-grey {
    border-bottom: 1px solid var(--theme-color-light-grey);
}

.wp-block-button__link {
    transition: color 0.3s ease, background-color 0.3s ease;
}
.wp-block-button__link:hover {
    color: var(--theme-color-white) !important;
    background-color: var(--theme-color-khaki) !important;
}

.has-triangle-corner::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 36px;
    background-color: var(--theme-color-cream);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.has-triangle-corner.blue::after {
    background-color: var(--theme-color-dark-blue);
}


.cover--medium {
    min-height: 230px;
}
.cover--large {
    min-height: 320px;
}
@media screen and (min-width: 576px) {
    .cover--medium {
        min-height: 380px;
    }
    .cover--large {
        min-height: 480px;
    }
}
@media screen and (min-width: 782px) {
    .cover--medium {
        min-height: 530px;
    }
    .cover--large {
        min-height: 630px;
    }
}

@media screen and (max-width: 575px) {
    .entry-content {
        --wp--preset--spacing--60: 1.25rem;
    }
    .blue-background-mobile {
        color: var(--theme-color-white);
        background-color: var(--theme-color-dark-blue);
    }
    .entry-content .blue-background-mobile a {
        color: var(--theme-color-white);
        border-color: var(--theme-color-white);
    }
    .entry-content .em p .blue-background-mobile a:hover {
        color: var(--theme-color-khaki);
        border-color: var(--theme-color-khaki);
    }
    .entry-content .blue-background-mobile p.embellish-links a::after {
        background-color: var(--theme-color-white);
    }
}