/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



 /*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    
    }

@font-face { 
   font-family: 'Festo';
   src: url('fonts/FestoVI-Regular.woff2') format('woff2'), url('fonts/FestoVI-Regular.woff') format('woff');
   }
   body {
      font-family: "Festo",sans-serif !important;
   }

/* Festo bold */
@font-face { 
    font-family: 'Festo';
   src:  url('fonts/FestoVI-Bold.woff2') format('woff2'), url('fonts/FestoVI-Bold.woff') format('woff');
   font-weight: 700; 
}
h1, h2, h3, h4{
	font-family: "Festo",sans-serif !important;
}  