import QtQuick
// import "../Style"
Text {
font.family: customFontLoader.name
font.weight: Font.Medium
color: "#262626"
font.pixelSize: 14
}