button:hover {
	background: #ff9693;
	cursor: pointer;
}

.RM-board{
	border: 2px solid #000000;
	padding: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.RM-question{
	/* border-top: 1px solid #9f9d9d; */
	/* color: rgb(36, 94, 231); */
	padding: 5px;
    margin: 1em;
	width: 100%;
	/* visibility: hidden; */
}
.divTableCell{
	background-color: rgb(233, 233, 233);
}
.selected{
	/* background-color: #fff292; */
    font-size: 1.5em;
}

.unselected{
    color: #7e7e7e;
	display: none;
}

#RM-tokens{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* .bunny{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
} */

/* --------------- FONTS --------------- */

.doto-semibold {
	font-family: "Doto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings:
	  "ROND" 0;
}

.doto-bold {
	font-family: "Doto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings:
	  "ROND" 0;
}

.atma-light {
	font-family: "Atma", system-ui;
	font-weight: 300;
	font-style: normal;
}

.atma-regular {
font-family: "Atma", system-ui;
font-weight: 400;
font-style: normal;
}

.atma-medium {
font-family: "Atma", system-ui;
font-weight: 500;
font-style: normal;
font-size: 0.9em;
}

.atma-semibold {
font-family: "Atma", system-ui;
font-weight: 600;
font-style: normal;
}

.atma-bold {
font-family: "Atma", system-ui;
font-weight: 700;
font-style: normal;
}