@font-face {
    font-family: 'hand-italic';
    src: local('hand-italic'), local('hand-italic'),
    url('./fonts/gamesense-hand-italic-webfont.woff2') format('woff2'),
    url('./fonts/gamesense-hand-italic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'hand';
    src: local('hand'), local('hand'),
    url('./fonts/gamesense-hand-webfont.woff') format('woff2'),
    url('./fonts/gamesense-hand-webfont.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'fort-bold';
    src: local('fort-bold'), local('fort-bold'),
    url('./fonts/Fort-Bold.woff2') format('woff2'),
    url('./fonts/Fort-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'fort-light';
    src: local('fort-light'), local('fort-light'),
    url('./fonts/Fort-Light.woff2') format('woff2'),
    url('./fonts/Fort-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}