@font-face {
    font-family: FiraCode-Bold;
    src: url(/fonts/FiraCode-Bold.ttf);
}

@font-face {
    font-family: FiraCode-Regular;
    src: url(/fonts/FiraCode-Regular.ttf);
}

body {
    background-color: black;
    color: lightblue;
}

tt {
    font-family: FiraCode-Regular;
}

h1 {
    font-family: FiraCode-Bold;
    text-align: center;
}

.identicon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20%;
    box-shadow: inset rgba(255, 255, 255, 0.6) 0 2px 2px, inset rgba(0, 0, 0, 0.3) 0 -2px 6px;
    transition: border-radius 2.5s;
    transition-delay: 3s;
  }

.identicon:hover {
    border-radius: 6.25%;
    transition-delay: 1s;
}

.limbic-window-caption-button {
    display: inline-block;
    padding: 0 6px;
    line-height: 25px;
    cursor: pointer;
    user-select: none;
}

.limbic-menu-mark {
    padding: 5px 10px;
}

.limbic-menu-mark img {
    display: block;
    height: 22px;
    width: 22px;
}

.limbic-about {
    background-color: #000;
    color: #8ed4e8;
    text-align: center;
    padding: 12px 16px 16px;
    min-height: 100%;
    box-sizing: border-box;
}

.limbic-about-lockup {
    display: block;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
}

.limbic-about p {
    margin: 8px 0 0;
    font-family: FiraCode-Regular, monospace;
}

