/**
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

/* your custom css */

h1,h2.projectTitle{
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.005rem !important;
  font-weight: 700 !important;
}
h2,h3,h4,h5,h6{
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.005rem !important;
  font-weight: 500 !important;
}
.onPageNav .toc-headings > li > a.active, .onPageNav .toc-headings > li > a.hover {
  font-weight: 400 !important;
}
body{
  font-family: "Rubik",sans-serif !important;
  font-weight: 400 !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
code::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
code{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.navbar__logo {
  height: auto !important;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1500px) {
}
