@charset "UTF-8";
/* Brand stylesheet for vogue-club */
@font-face {
    font-family: VogueAvantGarde;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/VogueAvantGarde-book.woff') format('woff');
}

@font-face {
    font-family: VogueAvantGarde;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/VogueAvantGarde-DemiBold.woff') format("woff");
}

@font-face {
    font-family: VogueAvantGarde;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/VogueAvantGarde-Medium.woff') format("woff"); 
}

@font-face {
    font-family: FranklinGothic;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/FranklinGothic-Book.woff') format('woff');
}

@font-face {
    font-family: FranklinGothic;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/FranklinGothic-Med.woff') format('woff');
}

@font-face {
    font-family: Savoy;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/Savoy-Roman.woff') format('woff');
}

@font-face {
    font-family: Savoy;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('/verso/static/assets/fonts/Savoy-Italic.woff') format('woff');
}

@font-face {
    font-family: Savoy;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/Savoy-Bold.woff') format('woff');
}

@font-face {
    font-family: FBDidotS;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/verso/static/assets/fonts/FBDidotS-Light.woff') format("woff");
}

@font-face {
    font-family: GaramondPremierPro;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src:
      url('/verso/static/assets/fonts/agaramondpro-regular-webfont.woff2') format("woff2"),
      url('/verso/static/assets/fonts/agaramondpro-regular-webfont.woff') format("woff");
}

@font-face {
    font-family: GaramondPremierPro;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src:
      url('/verso/static/assets/fonts/agaramondpro-semibold-webfont.woff2') format("woff2"),
      url('/verso/static/assets/fonts/agaramondpro-semibold-webfont.woff') format("woff");
}