RMC Custom CSS
/* ===== RMC Design Improvements v2 ===== Applied via WordPress custom CSS ===================================== */ /* Import Inter font for modern typography */ @import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap’); /* Global font improvement */ body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif !important; } .elementor-widget-heading .elementor-heading-title { font-family: ‘Inter’, sans-serif !important; } .elementor-widget-text-editor { font-family: ‘Inter’, sans-serif !important; } /* Navigation […]