@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

.font {
   font-family: "Roboto Mono", monospace;
}

.pointer { cursor: pointer; }

.no_pointer { pointer-events: none; }