









@font-face {
    font-family: 'Sackers Gothic Std';
    src: url('_media/custom/SackersGothicStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    --title-weight: 400 !important;
}

.block-layout .title {
    background-image: linear-gradient(to right, #aa843e, #e1bc69);
    color: transparent;
    background-clip: text;
} 


.block-layout .button-list .button.filled {
	background: #AE8A50;
	background: linear-gradient(90deg,rgba(174, 138, 80, 1) 0%, rgba(230, 189, 107, 1) 100%);
} 
.block-layout .button-list .button.filled, 
.block-layout .button-list .button.outlined {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #AE8A50, #E6BD6B) 1;
} 
.block-layout .button-list .button.outlined label {
    color: var(--fl-button-label-color,var(--panel-color,#000));
}