/*
 * WHEIK font switchboard
 * ----------------------
 * This is the only file that needs editing when the brand font changes.
 * Keep the public family alias "WHEIK Sans" unchanged and replace only the
 * file paths below. The storefront, customer area, admin, and offline page
 * all consume this one contract.
 */

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
    font-display: block;
}

/* Use the heaviest supplied face for existing extra-bold and black tokens. */
@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: block;
}

@font-face {
    font-family: 'WHEIK Sans';
    src: url('/fonts/Afacad-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
    font-display: block;
}
