/* Strawford — self-hosted */
@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-light-webfont.woff2') format('woff2'),
         url('../fonts/strawford-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-regular-webfont.woff2') format('woff2'),
         url('../fonts/strawford-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/strawford-regularitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-medium-webfont.woff2') format('woff2'),
         url('../fonts/strawford-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-bold-webfont.woff2') format('woff2'),
         url('../fonts/strawford-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-black-webfont.woff2') format('woff2'),
         url('../fonts/strawford-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
