/** @format */

@charset "UTF-8";
/**
* Theme Name: Regalis Property
* Author: Mark Lanham
* Author URI: https://regalisproperty.com
* Description: Custom theme for Regalis Property
* Version: 1.0
* Regalis Property Theme © 2021
* Add support for custom CSS location by adding the following code to the functions.php file:
* add_action( 'wp_enqueue_scripts', 'enqueue_theme_css' );
*  function enqueue_theme_css()
*  {
*   wp_enqueue_style(
*     'main',
*     get_template_directory_uri() . '/public/build/main.css'
*   );
*  }
* /* assets/styles/app.css
*
* @format
*/
/* Main entry point */
