/*
Theme Name: Schema Child
Theme URI: https://proestatehub.com/
Description: Child theme for Schema
Author: ProEstateHub
Author URI: https://proestatehub.com/
Template: mts_schema
Version: 1.0.0
*/

/* Import style từ theme cha */
@import url("../schema/style.css");

/* Ghi đè CSS tại đây */
body {
  font-family: "Helvetica Neue", sans-serif;
}
