:root {
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    --text-color-win: rgb(46, 204, 113);
    --text-color-lose: rgb(255, 90, 95);
    --text-color-neutral: #ff2400;
    --text-color-success: #ffff;
    --color-success-light: rgba(227, 229, 41, 0.1);
    --bg-light-color: #80858f;
    --border-radius: 8px;
    --btn-bg-color: #80858f;
    --btn-border-size: 1px;
    --btn-border-color: transparent;
    --btn-shadow: none;
    --btn-block-base-background: #ff2400;
    --btn-block-base-radient: linear-gradient(to top, #d43a22, #db2307) #ff2400;
    --btn-block-warn-background: rgb(255, 193, 7);
    --btn-block-warn-radient: linear-gradient(to top, rgb(240, 140, 0), rgb(255, 183, 81)) rgb(240, 140, 0);
    --btn-block-danger-background: #ff2400;
    --btn-block-danger-radient: linear-gradient(to top, rgb(224, 49, 49), rgb(235, 120, 120)) rgb(224, 49, 49);
    --background-color-primary: #13171f;
    --background-color-secondary: #80858f;
    --border-color: transparent;
    --icon-color: #ff2400;
    --modal-background: #444852;
    --black-color-crash: rgb(0, 0, 0);
}