/* Trade Gothic */
@font-face {
    font-family: 'Trade Gothic';
    src: url('../fonts/Trade_Gothic/tradegothic-light.woff2') format('woff2'),
        url('../fonts/Trade_Gothic/tradegothic-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Trade Gothic';
    src: url('../fonts/Trade_Gothic/tradegothic.woff2') format('woff2'),
         url('../fonts/Trade_Gothic/tradegothic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Trade Gothic';
    src: url('../fonts/Trade_Gothic/tradegothic-bold.woff2') format('woff2'),
         url('../fonts/Trade_Gothic/tradegothic-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* ITC Avant Grand Pro */

@font-face {
    font-family: 'Avant Grade';
    src: url('../fonts/Avant_Grade/AvantGarde-Light.woff2') format('woff2'),
        url('../fonts/Avant_Grade/AvantGarde-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avant Grade';
    src: url('../fonts/Avant_Grade/AvantGarde-Book.woff') format('woff2'),
        url('../fonts/Avant_Grade/AvantGarde-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avant Grade';
    src: url('../fonts/Avant_Grade/AvantGarde-Bold.woff2') format('woff2'),
        url('../fonts/Avant_Grade/AvantGarde-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* =========================================
   FONT OVERRIDE: Trade Gothic → Century Gothic
   ========================================= */

body,
.pr-font-primary,
.pr-font-second {
    font-family: "Century Gothic", "Avant Grade", Arial, sans-serif !important;
}

/* =========================================
   MONTSERRAT SEMIBOLD (HEADINGS ONLY)
   ========================================= */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
         url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/* =========================================
   HEADINGS FONT OVERRIDE
   Avant Garde → Montserrat SemiBold
   ========================================= */

h1, h2, h3, h4, h5, h6,
.uk-heading-hero,
.pr__hero .title,
.section-heading .title,
h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
}

/* Montserrat SemiBold spacing correction */
.uk-heading-hero,
.pr__hero .title,
.section-heading .title {
    letter-spacing: 0.015em;
}

h1, h2 {
    letter-spacing: 0.01em;
}

h3, h4, h5, h6 {
    letter-spacing: 0.005em;
}

/* =========================================
   HEADINGS FONT OVERRIDE
   Avant Garde → Montserrat SemiBold
   ========================================= */

h1, h2, h3, h4, h5, h6,
.uk-heading-hero,
.pr__hero .title,
.section-heading .title {
    font-family: "Montserrat", "Century Gothic", Arial, sans-serif !important;
    font-weight: 600;
}
.uk-heading-hero {
    letter-spacing: 0.02em;
}
