﻿@font-face {
    font-family: 'UniversNextPro-Bold';
    src: url(../fonts/UniversNextPro-Bold.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'UniversNextPro-LightCond';
    src: url(../fonts/UniversNextPro-LightCond.otf) format('opentype');
    font-weight: 300; /*Light*/
    font-style: normal;
}
@font-face {
    font-family: 'UniversNextPro-MediumCond';
    src: url(../fonts/UniversNextPro-MediumCond.otf) format('opentype');
    font-weight: 500; /*Medium*/
    font-style: normal;
}
@font-face {
    font-family: 'UniversNextPro-Regular';
    src: url(../fonts/UniversNextPro-Regular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}