/* WIA Books Sans Font Family */
@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WiaBooks Sans';
    src: url('WiaBooksSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Variable Font */
@font-face {
    font-family: 'WiaBooks Sans Variable';
    src: url('WiaBooksSans-Variable.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
