/***********************************
COPYRIGHT (C) 2023 Qrodex Inc.

QroChess is libre and open software, and licensed under
the GNU Affero General Public License.

Unleash the venom.
***********************************/
@font-face {
    font-family: 'Torus';
    font-weight: 200;
    src: url('./torus-thin.woff2');
}
@font-face {
    font-family: 'Torus';
    font-weight: 300;
    src: url('./torus-light.woff2');
}
@font-face {
    font-family: 'Torus';
    font-weight: 400;
    src: url('./torus-regular.woff2');
}
@font-face {
    font-family: 'Torus';
    font-weight: 500;
    src: url('./torus-semibold.woff2');
}
@font-face {
    font-family: 'Torus';
    font-weight: 700;
    src: url('./torus-bold.woff2');
}
@font-face {
    font-family: 'Torus';
    font-weight: 900;
    src: url('./torus-heavy.woff2');
}
@font-face {
    font-family: 'Newstroke';
    src: url('./newstroke.ttf');
}