@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
	--cols: 19;
}

.correct,
.present,
.absent {
    color: #fff !important;
}

.correct {
    background-color: #6aaa64 !important;
}

.present {
    background-color: #c9b458 !important;
}

.absent {
    background-color: #787c7e !important;
}