﻿@font-face {
    font-family: 'MTS Sans';
    src: url('../fonts/MTSSans-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MTS Sans';
    src: url('../fonts/MTSSans-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MTS Sans';
    src: url('../fonts/MTSSans-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MTS Sans';
    src: url('../fonts/MTSSans-Black.ttf') format("truetype");
    font-weight: 900;
    font-style: normal;
}