* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Arial;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --neon-green: #37de8f;
    --neon-green-onhover: #47c482;
    --neon-green-graph: #157245;
    --dark-color: #1c1c2b;
    --light-color: #232335;
    --error-color: #ff0000;
    --warning-color: #ccff00;
    --text-color: #fff;
    --light-mode-dark-color: #9e9e9e;
    --light-mode-medium-color: #dbdbdb;
    --light-mode-light-color: #fff;
    --light-mode-text-color: rgb(19, 19, 19);
    --light-mode-neon-green: #33ff99;
    --border-radius: 15px;
    --message-border-radius: 10px;
}

/* Custom Google Font */
@font-face {
    font-family: 'Dancing Script';
    src: url('/fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}