@font-face {
    font-family: "Ginto Normal";
    src: url("../fonts/ABC-Ginto-Normal.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Ginto Nord";
    src: url("../fonts/ABC-Ginto-Nord.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

html,
body,
#app {
    font-family: "Ginto Normal", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand {
    font-family: "Ginto Normal", system-ui, sans-serif;
}
