﻿@font-face {
    font-family: Segoe;
    src: url('/assets/fonts/segoeui.ttf');
}

@font-face {
    font-family: SegoeLight;
    src: url('/assets/fonts/segoeuil.ttf');
	font-weight: 200;
	font-style: normal;
}

@font-face {
    font-family: SegoeSemibold;
    src: url('/assets/fonts/segoeuil.ttf');
    font-weight: normal;
	font-style: normal;
}