/*
Theme Name: LIV Connect Theme
Theme URI: https://livconnect.nl/
Author: EndeOnline
Author URI: https://endeonline.nl/
Description: A custom blank Elementor-ready WordPress theme for LIV Connect. Bundles 8 highly customizable custom Elementor widgets.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: liv-connect-theme
*/

/* General layout fixes for blank Elementor canvas */
body {
  margin: 0;
  padding: 0;
  background-color: #1A1A1A;
  color: #1A1A1A;
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
