/*
 Theme Name:   Chiic Digital Theme
 Theme URI:    https://chiicworld.com
 Description:  Child theme for Hello Elementor, customized by Chiic Digital
 Author:       Hoang Dam
 Author URI:   huuhoangdesigner@gmail.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  chiic-digital
*/

/* Add your custom styles below */

/*
 * font style 
 * */

@font-face {
  font-family: 'FuturaLight';
  src: url('/wp-content/themes/chiic-digital/assets/fonts/FuturaLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'FuturaLight', sans-serif !important;
}


@font-face {
  font-family: 'FuturaBook';
  src: url('/wp-content/themes/chiic-digital/assets/fonts/FuturaBook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body, html{
  font-family: 
    'FuturaBook',
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}

/*
 * end font style 
 * */