@import "../../data/theme/gnome-shell.css";

stage {
    font: 16pt serif;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.blue {
    background-color: blue;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.big {
    font-size: 150%;
}

.monospace {
    font-family: monospace;
}