/*html {*/
/*    font-family: 'Fira Code';*/
/*}*/
abbr {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #d77d7d; /* Bootstrap danger color for reference */
    border: 1px solid transparent;
    text-decoration: none;
}
