.bubo-highlighter-yellow {
    background-color: rgba(255, 255, 0, 0.33);
}
.bubo-highlighter-magenta {
    background-color: #FF50FF;
}
.bubo-highlighter-cyan {
    background-color: #00FFFF;
}
.bubo-highlighter-lightred {
    background-color: #FFA0A0;
}
.bubo-highlighter-green {
    background-color: rgba(0, 255, 0, 0.33);
}

* {
  overflow-anchor: none;
}

.vh100 {
    height: 100vh;
}

/* from green-900 */
.bubo-focusable-border-green-900:focus-visible {
    border: 2px solid #14532d !important;
    border-radius: 0.75rem !important;
    outline: none 1 !important;
}

.bubo-active-green:active {
    color: #00ff00 !important;
}

.bubo-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
