﻿@font-face {
    font-family: 'FontTitle';
    src: url('/fonts/HelveticaNeueLTPro-MdCn.otf');
}

@font-face {
    font-family: 'FontNormal';
    src: url('/fonts/Helvetica.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'FontLight';
    src: url('/fonts/Helvetica-Light.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'FontBold';
    src: url('/fonts/Helvetica-Bold.otf') format('opentype');
}