.terminal {
    --color: #0098df;
    --background: #030d22;
    --link-color: #0ef3ff;
    --animation: terminal-underline;
    /*--animation: terminal-glow; Can't apply 2 animations*/
    /*--glow: 1.5;*/
    --line-thickness: 3;
    --font: 'Monaspace Krypton'
    /*--size: 2.0*/
}

/* Cursor Color*/ 
.cmd { 
    --color: #ff2e97;
}


/* monaspace-krypton-latin-200-normal */
/* monaspace-krypton-latin-400-normal */
@font-face {
  font-family: 'Monaspace Krypton';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/monaspace-krypton@latest/latin-400-normal.woff2) format('woff2');
}
