﻿@font-face {
    font-family: 'Segoe UI';
    src: url('/Content/font/segoeui.ttf');
    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('/Content/font/seguisb.ttf');   
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('/Content/font/segoeuib.ttf');   
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('/Content/font/segoeuil.ttf');    
    font-weight: normal;
    font-style: normal;
}