
@font-face {
    font-family: AlibabaSans_Regular;
    src: url('./AlibabaSans_Regular.otf') format('opentype');
    font-weight: normal;
    font-display: swap
}
@font-face {
    font-family: Goldman_Regular;
    src: url('./Goldman_Regular.ttf') format('opentype');
    font-weight: normal;
    font-display: swap
}

body {
    font-family: AlibabaSans_Regular, sans-serif;
    font-size: 14px;
    color: #ffffff;
}