/**
 * Inchcape brand webfonts.
 *
 * The original Monotype kit is stored in:
 * ../InchcapeWebfontsKit/
 *
 * This file maps each supplied webfont to one CSS family so the site can use
 * normal font-weight values through the brand tokens.
 */

@font-face {
    font-family: "ITC Avant Garde Gothic";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicExtraLight/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicExtraLight/font.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITC Avant Garde Gothic";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBook/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBook/font.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITC Avant Garde Gothic";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicMedium/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicMedium/font.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITC Avant Garde Gothic";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicDemi/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicDemi/font.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITC Avant Garde Gothic";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBold/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBold/font.woff") format("woff");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde Gothic Pro";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBook/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBook/font.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde Gothic Pro";
    src:
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBold/font.woff2") format("woff2"),
        url("../InchcapeWebfontsKit/webFonts/ITCAvantGardeGothicBold/font.woff") format("woff");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}
