@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'SukhumvitSet-Medium';
    src: url('../fonts/SukhumvitSet-Medium.eot');
    src: url('../fonts/SukhumvitSet-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SukhumvitSet-Medium.woff2') format('woff2'),
        url('../fonts/SukhumvitSet-Medium.woff') format('woff'),
        url('../fonts/SukhumvitSet-Medium.ttf') format('truetype'),
        url('../fonts/SukhumvitSet-Medium.svg#SukhumvitSet-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('../fonts/SukhumvitSet-Text.eot');
    src: url('../fonts/SukhumvitSet-Text.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SukhumvitSet-Text.woff2') format('woff2'),
        url('../fonts/SukhumvitSet-Text.woff') format('woff'),
        url('../fonts/SukhumvitSet-Text.ttf') format('truetype'),
        url('../fonts/SukhumvitSet-Text.svg#SukhumvitSet-Text') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet-Light';
    src: url('../fonts/SukhumvitSet-Light.eot');
    src: url('../fonts/SukhumvitSet-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SukhumvitSet-Light.woff2') format('woff2'),
        url('../fonts/SukhumvitSet-Light.woff') format('woff'),
        url('../fonts/SukhumvitSet-Light.ttf') format('truetype'),
        url('../fonts/SukhumvitSet-Light.svg#SukhumvitSet-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet-Bold';
    src: url('../fonts/SukhumvitSet-Bold.eot');
    src: url('../fonts/SukhumvitSet-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SukhumvitSet-Bold.woff2') format('woff2'),
        url('../fonts/SukhumvitSet-Bold.woff') format('woff'),
        url('../fonts/SukhumvitSet-Bold.ttf') format('truetype'),
        url('../fonts/SukhumvitSet-Bold.svg#SukhumvitSet-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


.fh_light{ 
    font-family: 'Helvetica-Light';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fh_bold, strong{ 
    font-family: 'Helvetica-Bold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fh_reg{ 
    font-family: 'Helvetica';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input, input.fh_reg, select, select.fh_reg{ 
    font-family: 'Helvetica';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.store_th.fh_reg,
.store_th .fh_reg,
.store_th input,
.store_th input.fh_reg,
.store_th select,
.store_th select.fh_reg{
    font-family: 'SukhumvitSet';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.store_th .fh_light{
    font-family: 'SukhumvitSet-Light';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.store_th .fh_bold,
.store_th strong{
    font-family: 'SukhumvitSet-Bold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}