/* Weissenhof Grotesk Normal */
@font-face {
    font-family: "Weissenhof Grotesk";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url('/fonts/IndianTypeFoundry-WeissenhofGrotesk.otf') format('opentype');
}

/* Weissenhof Grotesk Normal Italic */
@font-face {
    font-family: "Weissenhof Grotesk";
    font-style: italic;
    font-display: swap;
    font-weight: 300;
    src: url('/fonts/IndianTypeFoundry-WeissenhofGroteskItalic.otf') format('opentype');
}

/* Weissenhof Grotesk Bold */
@font-face {
    font-family: "Weissenhof Grotesk";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('/fonts/IndianTypeFoundry-WeissenhofGrotesk-Bold.otf') format('opentype');
}

/* Weissenhof Grotesk Bold Italic */
@font-face {
    font-family: "Weissenhof Grotesk";
    font-style: italic;
    font-display: swap;
    font-weight: 700;
    src: url('/fonts/IndianTypeFoundry-WeissenhofGrotesk-BoldItalic.otf') format('opentype');
}

/* Weissenhof Grotesk Medium */
@font-face {
    font-family: "Weissenhof Grotesk";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('/fonts/IndianTypeFoundry-WeissenhofGrotesk-Medium.otf') format('opentype');
}

/* Weissenhof Grotesk Medium Italic */
@font-face {
    font-family: "Weissenhof Grotesk";
    font-style: italic;
    font-display: swap;
    font-weight: 500;
    src: url('/fonts/IndianTypeFoundry-WeissenhofGrotesk-MediumItalic.otf') format('opentype');
}
