@font-face {
    font-family: "Hikasami-VF";
    src: url('asset/Hikasami-VF.woff2') format('woff2');
    font-display: swap;
}
:root {
    --textColor: rgb(111, 143, 178);
    --bgColor: rgb(242,251,255);
    --correct: rgb(111,178,129);
    --wrong:rgb(221,119,135);
}
::-webkit-scrollbar{
    display: none;
}
* {
    transition: all 0.2s;
}
body, select, input[type="text"] {
    font-family: "Hikasami-VF", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--textColor);
    border: none;
    outline: none;
}
body {background-color: var(--bgColor);}