@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

:root {
/* Default blueish HUE used for surfaces, text, buttons and more */
--hue: 250;
--font-family: "Roboto Mono", monospace;
}

#logo {
width: 50px;
float: right;
padding-right: 10px;
}

.modal-popup {
--width-large: 768px;
}
