pragma Singleton
import QtQuick
QtObject {
readonly property string font: "JetBrainsMono Nerd Font"
readonly property real fontSize: 14
}