/* ========================================
   DASTAFE - Brand Fonts

   Hubot Sans - English/Russian
   TBC Contractica - Georgian
   ======================================== */

/* ========================================
   HUBOT SANS - English/Russian Brand Font
   ======================================== */

@font-face {
    font-family: 'Hubot Sans';
    src: url('../Fonts/Hubot Sans/static/HubotSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('../Fonts/Hubot Sans/static/HubotSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('../Fonts/Hubot Sans/static/HubotSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('../Fonts/Hubot Sans/static/HubotSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('../Fonts/Hubot Sans/static/HubotSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   TBC CONTRACTICA - Georgian Brand Font
   ======================================== */

@font-face {
    font-family: 'TBC Contractica';
    src: url('../Fonts/TBC Contractica/TBCContractica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TBC Contractica';
    src: url('../Fonts/TBC Contractica/TBCContractica-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TBC Contractica';
    src: url('../Fonts/TBC Contractica/TBCContractica-Regular.ttf') format('truetype');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TBC Contractica';
    src: url('../Fonts/TBC Contractica/TBCContractica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TBC Contractica';
    src: url('../Fonts/TBC Contractica/TBCContractica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TBC Contractica';
    src: url('../Fonts/TBC Contractica/TBCContractica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
