﻿/*@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "VL Dekar";
    src: url(../fonts/VL_Dekar.OTF);
    font-weight: normal;
}

@font-face {
    font-family: "VL Dekar";
    src: url(../fonts/VL_Dekar_Light.OTF);
    font-weight: 100;
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Bold.otf);
    font-weight: bold;
}*/
@font-face {
    font-family: 'VHARABIA';
    src: url('../fonts/VNTime/VHARABIA.TTF') format('truetype');
}

@font-face {
    font-family: 'fontTNKey';
    src: url('../../../Based/fonts/TNKeyUni-Arial.ttf') format('truetype');
}
@font-face {
    font-family: 'fontTNKey-Times';
    src: url('../../../Based/fonts/TNKeyUni-Times.ttf') format('truetype');
}

.fontTNKey-Times {
    font-family: fontTNKey-Times !important;
}

.fontTNKey {
    font-family: fontTNKey !important;
    font-size: 13px;
}