/*
 *@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:'OpenSans';src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot") format("embedded-opentype");src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'OpenSans';src:url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");src:url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'OpenSans';src:url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");src:url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:'OpenSans';src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot") format("embedded-opentype");src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:'OpenSans';src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot") format("embedded-opentype");src:url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.woff2") format("woff2"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.ttf") format("truetype");font-weight:300;font-style:normal}

body {
  /*font-family: "AvenirNext", sans-serif;*/
  font-family: "OpenSans", 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; }

