/* NEROLINK HYBRID STYLE – Paste this in Appearance > Customize > Additional CSS */
@import url(‘https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Syne:wght@400;500;600;700;800&display=swap’);
/* Force Global Fonts */
body, p, li, a, .rh-content { font-family: ‘Outfit’, sans-serif !important; }
h1, h2, h3, h4, h5, h6, .title, .rehub-main-font { font-family: ‘Syne’, sans-serif !important; font-weight: 700 !important; }
/* Dark Header & Footer Overrides */
header.top_custom_header, .header_main_menu, .main-nav, .rh-header {
background-color: #0a0a0a !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
color: #ffffff !important;
}
.is-sticky .header_main_menu { background-color: rgba(10, 10, 10, 0.9) !important; backdrop-filter: blur(12px); }
footer#theme_footer, .footer-bottom { background-color: #050505 !important; color: #a1a1aa !important; }
footer#theme_footer h3 { color: #ffffff !important; border-bottom: 2px solid #F97316 !important; }
.btn, .button, input[type=”submit”], .wpsm-button-orange {
background-color: #F97316 !important; border-color: #F97316 !important; color: #fff !important; border-radius: 50px !important;
}
