/* #### Modified to match WordPress block editor font-weights (100-700) #### */

/* Thin - 100 */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 100;
    src: local('Sharp Sans Thin'), url('Sharp Sans Thin.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 100;
    src: local('Sharp Sans Thin Italic'), url('Sharp Sans Thin Italic.woff') format('woff');
}

/* Light - 200 */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 200;
    src: local('Sharp Sans Light'), url('Sharp Sans Light.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 200;
    src: local('Sharp Sans Light Italic'), url('Sharp Sans Light Italic.woff') format('woff');
}

/* Book/Regular - 400 */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Sharp Sans Book'), url('Sharp Sans.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Sharp Sans Italic'), url('Sharp Sans Italic.woff') format('woff');
}

/* Medium - 500 */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Sharp Sans Medium'), url('Sharp Sans Medium.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 500;
    src: local('Sharp Sans Medium Italic'), url('Sharp Sans Medium Italic.woff') format('woff');
}

/* Semibold - 600 */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Sharp Sans Semibold'), url('Sharp Sans Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Sharp Sans Semibold Italic'), url('Sharp Sans Semibold Italic.woff') format('woff');
}

/* Bold - 700 */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Sharp Sans Bold'), url('SharpSansBold.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Sharp Sans Bold Italic'), url('Sharp Sans Bold Italic.woff') format('woff');
}

/* Extrabold - 800 (included for completeness) */
@font-face {
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Sharp Sans Extrabold'), url('Sharp Sans Extrabold.woff') format('woff');
}

@font-face {
    font-family: 'Sharp Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Sharp Sans Extrabold Italic'), url('Sharp Sans ExtraBold Italic.woff') format('woff');
}