/*
 * Global Würth Branding Fonts
 * Applied across all pages of the PunchOut application
 */

/* Würth Book (Regular) - Font Weight 400 */
@font-face {
    font-family: 'Wuerth';
    src: url('../fonts/wuerthbook_webfont3.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Würth Bold - Font Weight 700 */
@font-face {
    font-family: 'Wuerth';
    src: url('../fonts/wuerthbold_webfont3.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Würth Extra Bold Condensed - Font Weight 800 */
@font-face {
    font-family: 'Wuerth Extra Bold Condensed';
    src: url('../fonts/wuerthextraboldcond_webfont3.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Global Font Application */
* {
    font-family: 'Wuerth', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 
                 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Headings with Bold Weight */
h1, h2, h3, h4, h5, h6,
strong, b,
.btn,
.quote-title,
.product-name {
    font-weight: 700;
}

/* Extra Bold for Special Headers */
.punchout-banner strong,
.quote-header .quote-title {
    font-family: 'Wuerth', sans-serif;
    font-weight: 700;
}
