/* Brand fonts — serve from /fonts/ on production (httpdocs) */
@font-face {
    font-family: 'SVN-Bon Voyage';
    src: url('../fonts/SVN-BonVoyage-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-BonVoyage-Regular';
    src: url('../fonts/SVN-BonVoyage-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTM-Avo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Tên file cũ trên server (có dấu cách) */
@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTM Avo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
