@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cardo&display=swap');

:root {
    /*    --primary-color: #1a1a2d;
    --secondary-color: #18213c;
    --accent-color: #1a335d;*/

    --button-color: #1a335d;
    --button-hover: #2a4c8c;
    --primary-color: #1e3a8a;
    --secondary-color: #3b82f6;
    --accent-color: #72d8ff;
    --text-color: #ffffff;
    --muted-text: #cccccc;
    --background-color: #0e0e17;
    --background-color-second: #0d1117;
    /*--background-color-second: #181f31;*/
    --text-shadow: #00e1ff;
    /*--section-bg: #161b28;*/
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.theme {
    color: var(--accent-color);
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px 2px white;
}

#components-reconnect-modal {
    display: none !important;
}