﻿html, body {
  height: 100%;
}

.safe-bottom {
  padding-bottom: var(--safe-bottom, 0px) !important;
}

.safe-top {
  padding-top: var(--safe-top, 0px) !important;
}

h1:focus {
  outline: none;
}

.mud-button {
  border-radius: 16px !important;
}

.fuse-title .fuse-title-title {
  color: var(--mud-palette-primary);
}

.fuse-key-value .fuse-key-value-key {
  font-weight: bold;
  color: var(--mud-palette-primary);
}
