/*
Theme Name: Laser Child
Template: hello-elementor
*/

/* =========================
   Custom Font: Laser
   ========================= */
@font-face {
    font-family: 'laser';
    src: url('fonts/laser/laser4-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Apply Laser font to H1 headings
   ========================= */
h1 {
    font-family: 'laser', sans-serif !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
}

/* Elementor H1 widget specifically */
.elementor-heading-title.elementor-size-xxl,
.elementor-heading-title.elementor-size-xl,
.elementor-heading-title.elementor-heading-title-h1,
.elementor-widget-heading h1.elementor-heading-title {
    font-family: 'laser', sans-serif !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
}
