* {
    font-family: "Nunito", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Arial;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --brand: #22e3ff;
    --brand-onhover: #18bfd6;
    --brand-graph: #0fa1b7;

    /*--brand: #ff5f1f;
    --brand-onhover: #ff5c00;
    --brand-graph: #ff6700;*/

    --background-color: rgba(15, 15, 30, 0.6);
    --dark-color: #0f111a;
    --light-color: #1a1f2e;
    --text-color: #fff;
    --text-muted: #b8bfd4;
    --error-color: #ff0000;
    --warning-color: #ccff00;

    --border-radius: 15px;
    --sleek-border-radius: 2rem;
}

/* Custom Google Fonts */
    @font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Parisienne';
    src: url('/fonts/Parisienne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}