/**
Theme Name: Linxhq Theme
Author: Thiên Quân
Author URI: https://linxhq.com.vn
Description: Theme for halongrum
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halongrum
Template: hello-elementor
*/
/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: "TexGyreBonum";
    src: url("https://halongrum.com/wp-content/themes/linxhq/fonts/texgyrebonum-regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
*{
    -webkit-font-smoothing: antialiased;
}
.smoke-canvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    z-index: 9999;
    pointer-events: none;
}