: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: rgb(229, 137, 41);
    --text-color-success: rgb(229, 137, 41);
    --color-success-light: rgba(227, 229, 41, 0.1);
    --bg-light-color: rgb(92, 99, 106);
    --border-radius: 8px;
    --btn-bg-color: rgb(64, 64, 64);
    --btn-border-size: 1px;
    --btn-border-color: rgb(136, 136, 136);
    --btn-shadow: rgb(33, 37, 41) 0px 0px 0px 1px inset, rgb(33, 37, 41) 0px -1px 1px 0px inset;
    --btn-block-base-background: rgb(51, 154, 240);
    --btn-block-base-radient: linear-gradient(to top, rgb(25, 113, 194), rgb(75, 156, 232)) rgb(25, 113, 194);
    --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: rgb(220, 53, 69);
    --btn-block-danger-radient: linear-gradient(to top, rgb(224, 49, 49), rgb(235, 120, 120)) rgb(224, 49, 49);
    --background-color-primary: rgb(64, 64, 64);
    --background-color-secondary: rgb(64, 51, 67);
    --border-color: transparent;
    --icon-color: rgb(229, 137, 41);
    --modal-background: rgb(76, 76, 76);
    --black-color-crash: rgb(0, 0, 0);
}
