﻿/* Regular Font */

html {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

html[lang="hi-IN"] * , 
html[lang="mr-IN"] * {
    font-family: Mangal,'Devanagari Sangam MN',Arial,sans-serif !important;
    font-size:16px;
}

html[lang="ta-IN"] * {
    font-family: Latha,'Tamil Sangam MN',Arial,sans-serif !important;
    font-size:16px;
}

html[lang="el-GR"] *, 
html[lang="vi-VN"] *,
html[lang="ru-RU"] *,
html[lang="uk-UA"] * {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

html[lang="th-TH"] * {
    font-family: Thonburi,Leelawadee,Tahoma,sans-serif !important;
    font-size: 16px;
}

html[lang="ko-KR"] * {
    font-family: '맑은 고딕','Malgun Gothic','Apple SD Gothic Neo',AppleGothic,'굴림',Gulim,'돋움',Dotum,sans-serif !important;
    font-size: 16px;
}

html[lang="zh-TW"] * {
    font-family: '微软雅黑','Microsoft YaHei','Hiragino Sans GB',sans-serif !important;
    font-size: 16px;
}

html[lang="zh-sg"] * {
    font-family: '微软雅黑','Microsoft YaHei','Hiragino Sans GB',sans-serif !important;
    font-size: 16px;
}

html[lang="ja-JP"] * {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','メイリオ',Meiryo,sans-serif !important;
    font-size: 16px;
}

html[lang="zh-HK"] * {
    font-family: '微软雅黑','Microsoft YaHei','Hiragino Sans GB',sans-serif !important;
    font-size: 16px;
}

/* Boing Font */

@font-face {
	font-family:Boing-Bold;
	src:url(../ux/fonts/1.4/eot/Boing-Bold.eot) format('embedded-opentype'),url(../ux/fonts/1.4/woff2/Boing-Bold.woff) format('woff2'),url(../ux/fonts/1.4/woff/Boing-Bold.woff) format('woff'),url(../ux/fonts/1.4/ttf/Boing-Bold.ttf) format('truetype');
    font-weight:400;
	font-style:normal;
}

.brand-font {
    font-family:Boing-Bold;
    font-weight:400;
}