:root{
    --font-SirichanaLT-Bold: 'SirichanaLT_Bold', sans-serif;
    
    --font-DB-ThaiText-X_Bd: 'DB_ThaiText_X_Bd', sans-serif;
    --font-DB-ThaiText-X: 'DB_ThaiText_X', sans-serif;
    
    --font-FuturaLTPro-Heavy: 'FuturaLTPro_Heavy', sans-serif;
    --font-FuturaLTPro-XBold: 'FuturaLTPro_XBold', sans-serif;
    
}

/*
:root{
    --font-sukhumvit-regular: 'sukhumvit_text', sans-serif;
    --font-sukhumvit-thin: 'sukhumvit_thin', sans-serif;
    --font-sukhumvit-light: 'sukhumvit_light', sans-serif;
    --font-sukhumvit-medium: 'sukhumvit_med', sans-serif;
    --font-sukhumvit-bold: 'sukhumvit_bold', sans-serif;
    --font-sukhumvit-semibold: 'sukhumvit_semibold', sans-serif;

    --font-helvetica-light: 'helvetica_light', sans-serif;
    --font-helvetica-regular: 'haveltica_reg', sans-serif;
    --font-helvetica-bold: 'haveltica_bold', sans-serif;
}
*/


.font-sukhumvit-regular{font-family: var(--font-DB-ThaiText-X) !important;}
.font-sukhumvit-thin{font-family: var(--font-DB-ThaiText-X) !important;}
.font-sukhumvit-light{font-family: var(--font-DB-ThaiText-X) !important;}
.font-sukhumvit-medium{font-family: var(--font-DB-ThaiText-X) !important;}
.font-sukhumvit-bold{font-family: var(--font-SirichanaLT-Bold) !important;}
.font-sukhumvit-semibold{font-family: var(--font-DB-ThaiText-X_Bd) !important;}

.font-helvetica-light{font-family: var(--font-DB-ThaiText-X) !important; font-weight: 100;}
.font-helvetica-regular{font-family: var(--font-FuturaLTPro-XBold) !important;}
.font-helvetica-bold{font-family: var(--font-FuturaLTPro-Heavy) !important; font-weight: bolder;}




/* Futura */
@font-face {
    font-family: 'FuturaLTPro_XBold';
    src: url('FuturaLTPro-Heavy.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaLTPro_Heavy';
    src: url('FuturaLTPro-XBold.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}


/* DB_ThaiText_X */
@font-face {
    font-family: 'DB_ThaiText_X';
    src: url('DB ThaiText X v3.2.1.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DB_ThaiText_X_Bd';
    src: url('DB ThaiText X Bd v3.2.1.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}


/* Sirichana */
@font-face {
    font-family: 'SirichanaLT_Bold';
    src: url('SirichanaLT-Bold.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}




/* SukhumvitSet */
@font-face {
    font-family: 'sukhumvit_text';
    src: url('SukhumvitSet-Text.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvit_thin';
    src: url('SukhumvitSet-Thin.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvit_light';
    src: url('SukhumvitSet-Light.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvit_med';
    src: url('SukhumvitSet-Medium.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvit_bold';
    src: url('SukhumvitSet-Bold.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvit_semibold';
    src: url('SukhumvitSet-SemiBold.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}


/* Haveltica */
/*
@font-face {
    font-family: 'helvetica_light';
    src: url('helvetica-light-587ebe5a59211.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_reg';
    src: url('Helvetica.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_bold';
    src: url('Helvetica-Bold.ttf') format('truetype');
    font-display:block;
    font-weight: normal;
    font-style: normal;
}*/
