@font-face {font-family: "Kozuka Gothic"; 
src: url("/assets/iwov-resources/fonts/kozukagothicpror.eot"); 
src: url("/assets/iwov-resources/fonts/kozukagothicpror.eot?#iefix") format("embedded-opentype"), url("/assets/iwov-resources/fonts/kozukagothicpror.woff2") format("woff2"), url("/assets/iwov-resources/fonts/kozukagothicpror.woff") format("woff"), url("/assets/iwov-resources/fonts/kozukagothicpror.ttf") format("truetype"), url("/assets/iwov-resources/fonts/kozukagothicpror.svg#Kozuka Gothic Pro R") format("svg"); 
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Noto Sans JP"; 
src: url("/assets/iwov-resources/fonts/notosansjp-regular.ttf") format("truetype"); 
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP Bold"; 
  src: url("/assets/iwov-resources/fonts/notosansjp-bold.ttf") format("truetype"); 
  font-weight: 700;
  font-style: normal;
}
//html, body, span, p, a, li, h1, h4, td, th, heading1, .uob-h2, .uob-h1, .uob-h3, .uob-h4, .uob-h5, .uob-h6 {
//  font-family: "Noto Sans", "Kozuka Gothic" !important;
//}
html, body, span, p, a, li, h1, h4, td, th, heading1, .uob-h2, .uob-h1, .uob-h3, .uob-h4, .uob-h5, .uob-h6 {
  font-family: "Noto Sans", "Noto Sans JP" !important;
}

/* Accoedion Header */
.uob-accordion .accordion .card .card-header .uob-h5 {
  font-family: "Noto Sans Bold","Noto Sans JP Bold" !important;
}

.uob-accordion .accordion .card .collapsed .uob-h5 {
  font-family: "Noto Sans","Noto Sans JP" !important;
}