/*
Theme Name: Hello Elementor Child
Theme URI: https://smiasia.sg/
Description: Child theme for Hello Elementor
Author: SMI Asia
Author URI: https://smiasia.sg/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Typography */

:root {
  	font-synthesis: none;
  	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Elementor - Remove extra bottom-margin on Text Editor widget */
.elementor-widget-text-editor p:last-child {
	margin-block-end: 0px !important;
}