body {
    font-family: "Segoe UI", "UD デジタル 教科書体 N-R";
}

code {
    font-family: "Consolas";
}

.emph1 {
    color: hsl(242.5, 100, 50);
}

.emph2 {
    color: hsl(20, 100, 50);
}

.emph3 {
    color: hsl(157.5. 100, 50);
}

.ovalbox {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    padding: 0px 5px;    
}

@counter-style maru-counter {
    system: fixed;
    symbols: ① ② ③ ④ ⑤;  
    suffix: " ";
}
