@font-face {
    font-family: 'Serati';
    src: url('../fonts/Serati.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SeratiItalic';
    src: url('../fonts/SeratiItalic.ttf') format('truetype');
    font-style: Italic;
}
@font-face {
    font-family: 'LCD TYGRA Regular';
    src: url('../fonts/LCD_TYGRA_Regular.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Vipnagorgialla_normal';
    src: url('../fonts/VipnagorgiallaRg.otf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Vipnagorgialla';
    src: url('../fonts/VipnagorgiallaBd.otf') format('truetype');
    font-style: bold;
}
@font-face {
    font-family: 'VipnagorgiallaRg';
    src: url('../fonts/VipnagorgiallaRg.otf') format('truetype');
    font-style: normal;
}
::-webkit-scrollbar {
    background: unset;
    width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #4b4b4b;
  border-radius: 10px;
}
:root {
    --title-width: 853px;
    --title-height: 85px;
    --content-width: 100%;
    --header-dot-color: #F70201;
    --family-vipnagorgialla: 'VipnagorgiallaRg', sans-serif;
    --family-vipnagorgialla-bold: 'Vipnagorgialla', sans-serif;
    --family-tektur: 'Tektur', sans-serif;
    --family-overpass: 'Overpass', sans-serif;
    --family-tygra: 'LCD TYGRA Regular', sans-serif;
    --new-ticket-color: #C2CA2B;
    --link-color: #09FD2D;
    --help-content-width: 1480px;
    --help-header-background: #0B0F10;
    --help-content-background: #0B0F10;
}
body{
    min-width: 1000px;
    background: #000;
    color: #CCCCCC;
    font-family: 'Jost', sans-serif;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}