/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px !important;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #acaaaa;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
@font-face {
  font-family: "Du Nord Bank of Kuwait AR";
  src: url("./media/DuNordBankofKuwaitARW05-Rg-NISL5PN2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 28%;
  line-gap-override: normal;
  font-feature-settings: "calt" 1, "liga" 1;
}
@font-face {
  font-family: "Du Nord Bank of Kuwait AR";
  src: url("./media/DuNordBankofKuwaitARW05-DmBd-6PBJHV6I.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 28%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Du Nord Bank of Kuwait AR";
  src: url("./media/DuNordBankofKuwaitARW05-Bd-QXU4GAJ4.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 28%;
  line-gap-override: normal;
}

/* angular:styles/global:styles */
