@font-face {
    font-family: 'Sukhumvit';
    src: url('../fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
    font-display: swap; 
}

html {
    font-family: 'Sukhumvit', Tahoma, sans-serif;
    font-size: 13px;
}