import QtQuick 2.13
import "../imports"
Text {
font.family: Style.current.fontRegular.name
color: Style.current.textColor
}