﻿@font-face {
    font-family: dmsans;
    src: url(../fonts/DMSans.ttf);
}

html, body {
    font-family: var(--DefaultFontFamily);
}


body {
    background: white !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.tx-header {
    background: var(--ColorBase200);
    color: white;
}

.cl-turkis {
    color: var(--ColorPrimary);
}

.tx-link {
    background-color: var(--ColorBase50);
    color: darkgray;
}


.h-150 {
    height: 150px;
}

.footer-fotec {
    background: var(--ColorPrimaryDarker);
    color: white;
}

.disp-block {
    display: block;
}

.login {
    margin: 0 auto;
    min-width: 300px;
    max-width: 600px;
}
.console {
    background: black;
}

.prompt {
    display: inline-block;
    width: 100px;
}

.prompt-t {
    color: #d4c8c8;
}

.prompt-i {
    color: green;
}

.prompt-w {
    color: orange;
}

.date {
    color: azure;
}

.prompt-e {
    color: red;
}

.cmd {
    color: white;
    word-break: break-all;
    white-space: pre-wrap;
    display: inline;
}