/* ============================================================
   Armenian Fonts — Local
   Headings: ArmHmksBebas Neue
   Body: FreeSans family
   ============================================================ */

@font-face {
    font-family: 'Armegoe';
    src: url('Armegoe.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSans';
    src: url('FreeSans.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSans';
    src: url('FreeSansBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSans';
    src: url('FreeSansOblique.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreeSans';
    src: url('FreeSansBoldOblique.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Apply Armenian fonts globally */
body {
    font-family: 'FreeSans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title,
.woocommerce-products-header__title,
.product_title,
.widget-title {
    font-family: 'Armegoe', 'FreeSans', sans-serif !important;
    letter-spacing: 0.02em;
}
