// Load the main style.css file for the House of UR theme add_action( 'wp_enqueue_scripts', 'house_of_ur_enqueue_styles' ); function house_of_ur_enqueue_styles() { // This tells WordPress to grab your style.css and apply it to the front-end wp_enqueue_style( 'house-of-ur-main-style', get_stylesheet_uri() ); // Optional: Load Google Fonts (Inter & Montserrat) for that premium typography wp_enqueue_style( 'house-of-ur-fonts', 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Montserrat:wght@300;400;600&display=swap', false ); }

Coming Soon

Get ready, something cool is coming!