@font-face {
    font-family:'Sigmas';
    src: url('../fonts/sigmas-regular.woff2') format('woff2'),
		url('../fonts/sigmas-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-E30D;
}

@font-face {
    font-family:'Sigmas';
    src: url('../fonts/sigmas-strong.woff2') format('woff2'),
		url('../fonts/sigmas-strong.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-E30D;
}

@font-face {
    font-family:'Sigmas';
    src: url('../fonts/sigmas-black.woff2') format('woff2'),
		url('../fonts/sigmas-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-E30D;
}
