@font-face {
  font-family: "Poppins";
  src: url("/metronic/plugins/global/fonts/poppins/Poppins-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/metronic/plugins/global/fonts/poppins/Poppins-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/metronic/plugins/global/fonts/poppins/Poppins-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  font-family: "Poppins", Inter, Helvetica, sans-serif;
}
.app-sidebar {
  background-color: #0d1b45 !important;
}
.rounded-16 {
  border-radius: 16px;
}
.card,
.card-body {
  overflow: visible !important;
}
.h-12px {
  height: 12px !important;
}
.w-12px {
  width: 12px !important;
}
