/* Import fontów */
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');

/* Style dla motywu Blocky */
.blocky-theme {
    font-family: "VT323", monospace;
}

.blocky-theme .menu-btn:not([onclick*="visualizationSkin"]),
.blocky-theme .level-btn,
.blocky-theme .stats-btn,
.blocky-theme #hintBtn,
.blocky-theme #backToMenuBtn,
.blocky-theme #level-easy,
.blocky-theme #level-medium,
.blocky-theme #level-hard,
.blocky-theme .menu-btn[onclick="showSettings()"],
.blocky-theme .menu-btn[onclick="resetProgress()"] {
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
}

/* Style dla motywu kropkowego */
.dots-theme {
    font-family: 'Quicksand', sans-serif;
}

.dots-theme .menu-btn:not([onclick*="visualizationSkin"]),
.dots-theme .level-btn,
.dots-theme .stats-btn,
.dots-theme #hintBtn,
.dots-theme #backToMenuBtn,
.dots-theme #level-easy,
.dots-theme #level-medium,
.dots-theme #level-hard,
.dots-theme .menu-btn[onclick="showSettings()"],
.dots-theme .menu-btn[onclick="resetProgress()"] {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}