@font-face {
    font-family: 'JetBrains Mono';
    src: local('JetBrainsMono Nerd Font'),
        url('../fonts/JetBrainsMonoNerdFont-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: local('JetBrainsMono Nerd Font Medium'),
        url('../fonts/JetBrainsMonoNerdFont-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

:root {
    --bg:           #1a1b26;
    --bg1:          #16161e;
    --bg2:          #1f2335;
    --bg3:          #24283b;
    --bg4:          #292e42;
    --border:       #3b4261;
    --border-bright:#545c7e;
    --fg:           #c0caf5;
    --fg-dim:       #565f89;
    --fg-muted:     #444b6a;
    --blue:         #7aa2f7;
    --cyan:         #7dcfff;
    --green:        #9ece6a;
    --yellow:       #e0af68;
    --orange:       #ff9e64;
    --red:          #f7768e;
    --purple:       #bb9af7;
    --teal:         #73daca;
    --magenta:      #c099ff;
    --mono:         'JetBrains Mono', 'Courier New', monospace;
    --sans:         'DM Sans', system-ui, sans-serif;
}
