/*
 *@Title: DLS Font styles CSS
 *@Author: Team SS dbs (Redford Sumcad)
 *@Description: All font sizes/family will be in here (English)
*/
/*
 *@Title: IBanking mixins CSS
 *@Author: Team SS dbs (Redford Sumcad)
 *@Modified by: Muhammad Adib RAMZALI
 *@Designer: Leo Je-Wei LIN
 *@Description: All custom mixins to be define in here
*/
@font-face{
font-family:'Noto Sans TC';
font-style:normal;
font-weight:400;
src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Light.otf") format("opentype")}

@font-face{
font-family:'Noto Sans TC';
font-style:normal;
font-weight:500;
src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff2") format("woff2"),url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff") format("woff"),url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.otf") format("opentype")}

@font-face{
font-family:'Noto Sans TC';
font-style:normal;
font-weight:600;
src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff2") format("woff2"),url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.woff") format("woff"),url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Medium.otf") format("opentype")}

@font-face{
font-family:'Noto Sans TC';
font-style:normal;
font-weight:700;
src:url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.woff2") format("woff2"),url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.woff") format("woff"),url("/iwov-resources/flp/fonts/notosans/tc/NotoSansTC-Bold.otf") format("opentype")}

body {
  /*font-family: "AvenirNext", sans-serif;*/
  font-family: "Noto Sans TC", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 500; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 8px;
  margin-bottom: 8px; }

h1, .h1 {
  font-size: 24px;
  font-size: 2.4rem; }
 

h2, .h2 {
  font-size: 24px;
  font-size: 2.4rem; }
  
h3, .h3 {
  font-size: 16px;
  font-size: 1.6rem; }
 

h4, .h4 {
  font-size: 14px;
  font-size: 1.4rem; }
 

h5, .h5 {
  font-size: 12px;
  font-size: 1.2rem; }

