﻿@font-face {
    font-family: 'TarFont';
    src: url('../fonts/TarRegular.woff2') format('woff2'), url('../fonts/TarRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TarFont';
    src: url('../fonts/TarBold.woff2') format('woff2'), url('../fonts/TarBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TarFont';
    src: url('../fonts/TarMedium.woff2') format('woff2'), url('../fonts/TarMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TarFont';
    src: url('../fonts/TarSemiBold.woff2') format('woff2'), url('../fonts/TarSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TarFont';
    src: url('../fonts/TarBlack.woff2') format('woff2'), url('../fonts/TarBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}