/*
@font-face {
  font-family: "Apex Rounded";
  font-weight: 500;
  src: url("./fonts/ApexRounded-Book.woff");
}

@font-face {
  font-family: "Apex Rounded";
  font-weight: 600;
  src: url("./fonts/ApexRounded-Medium.woff");
} */

@import url("//fonts.googleapis.com/css?family=Inter");

:root {
  --font-family: "Inter";
}

.sidebar-item,
.sidebar-subheading {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 14px !important;
}

.sidebar-item svg {
  color: #f00f40;
  width: 14px;
  height: 14px;
}
