@font-face {
  font-family: 'MySystemUIFont';
  src: local(''); /* Fake source to make it valid */
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: MySystemUIFont, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.ah-menu {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 999;
}

body svg {
  stroke: #e14c27;
}
body .white-svg svg {
  stroke: #ffffff;
}
body h1.entry-title{
  display: none !important;
}