@charset "UTF-8";
/*
 * those CSS variables are defaults,
 * there are here for documentation purpure
 */
 :root {
    --color: #aaa;
    --background: #000;
    --size: 1.4;
    /* --glow: 1 */
    --animation: terminal-blink;
}