







.block-layout .title {
    text-transform: var(--title-case);
    font-family:var(--custom-title-font-family, var(--title-font-family));
    font-weight:var(--title-weight);
    font-style:var(--title-style);
    letter-spacing:var(--title-spacing);
}

.block-layout.block-layout .sub-title {
    text-transform: var(--sub-title-case);
    font-family:var(--custom-sub-title-font-family, var(--sub-title-font-family));
    font-weight:var(--sub-title-weight);
    font-style:var(--sub-title-style);
    letter-spacing:var(--sub-title-spacing);
}

body {
    font-family:var(--custom-base-font-family, var(--body-font-family));
}

:root {
    --g-secondary-accent: #cc9c68 !important;
} 



label.title {
  font-size: 14px !important;
  font-weight: normal;
} 


/* Make the top-level menu slightly smaller */
.mrp-menu-level-0 > li > a {
  font-size: 0.9rem; /* adjust as needed (0.9rem ≈ 14px if base is 16px) */
}

/* Make the top-level menu slightly smaller */
.mrp-menu-level-0 > li > a {
  font-size: 0.9rem; /* adjust as needed (0.9rem ≈ 14px if base is 16px) */
}