/* ================= GLOBAL TEXT RULE ================= */
.hc-wrap {
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* ================= FONT ================= */
@font-face {
    font-family: 'OneMobile';
    src: url('../fonts/ONE-Mobile-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

