@import "./reset.css";
@import "./root.css";
@import "./notify.css";


body {
    font-family: ui-monospace, 'Public Sans', monospace;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}


navy-app {
    width: 100%;
    height: 100%;
    height: 100dvh;
}

/* Custom scrollbar for dark theme */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #111318;
}

::-webkit-scrollbar-thumb {
    background: #282e39;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3f4756;
}

.code-keyword {
    color: #c678dd;
}

/* Purple */
.code-string {
    color: #98c379;
}

/* Green */
.code-number {
    color: #d19a66;
}

/* Orange */
.code-property {
    color: #e06c75;
}



body {
    color: var(--text-primary);
    background-color: var(--background-primary);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #111318;
}

::-webkit-scrollbar-thumb {
    background: #282e39;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3f4756;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #111318;
}

::-webkit-scrollbar-thumb {
    background: #282e39;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3f4756;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

navy-app {
    display: flex;
    width: 100%;
    height: 100%;
    height: 100dvh;
}