.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-138:not(.elementor-motion-effects-element-type-background), body.elementor-page-138 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F0E8;}/* Start custom CSS for text-editor, class: .elementor-element-503fb64 */.contact-title{
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.1;

    color: #1A1A0E;
    text-align: center;

    margin: 0;

    letter-spacing: -0.02em;

    position: relative;
}

/* subtle gold underline accent */
.contact-title::after{
    content: "";
    display: block;

    width: 90px;
    height: 3px;

    background: black;
    margin: 14px auto 0;

    border-radius: 50px;
    opacity: 0.9;
}/* End custom CSS */