Hi
When open the website the main menu looks like this:
Menu font is "Bebas Neue".

But when you click on a submenu e.g. "News" then the main menu changes the font and looks like this:

In the custom.css i put in this code but it looks that this code works only on the "first menu level":
/* Main Menu Desktop Font settings */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {font-weight: 400; font-family: 'Bebas Neue' !important; font-size: 25px; color: #fafafa;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge){font-family: 'Bebas Neue'!important; font-size: 23px; color: var(--_background);}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {font-weight: 400; font-family: 'Bebas Neue' !important; font-size: 25px; color: #fafafa;}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a {font-weight: 400; font-family: 'Bebas Neue' !important; font-size: 25px; color: #fafafa;}
Any idea how i can correct this?
Many thanks for any support.
Best regards, Robert