/*
 Theme Name:   Chiic Child Theme
 Theme URI:    http://chiic-digital.com
 Description:  Chiic Child Theme
 Author:       Hoang Dam
 Author URI:   
 Template:     Chiic
 Version:      1.0
 Text Domain:  Chiic
*/


/* =Theme customization starts here
------------------------------------------------------------ */

@font-face {
 font-family: Loew;
 src: url('/wp-content/fonts/Loew-Regular.otf');
}

body {
 font-family: Loew !important;
}


@font-face {
 font-family: HDTheSeasons;
 src: url('/wp-content/fonts/HDTheSeasonsRegular.woff2'),
	 url('/wp-content/fonts/HDTheSeasonsRegular.ttf'),
	 url('/wp-content/fonts/HDTheSeasonsRegular.otf');
	
	
	 
}

h1,h2,h3,h4,h5,h6,a {
	font-family: 'HDTheSeasons'
}

body {
  -webkit-font-smoothing: antialiased; /* Dành cho các trình duyệt WebKit */
  -moz-osx-font-smoothing: grayscale; /* Dành cho macOS Firefox */
}