:root {
    --rz-body-font-family: 'Figtree', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body, * {
    font-family: 'Figtree', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

h1:focus {
    outline: none;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffcc00;
    padding: 8px 16px;
    z-index: 1000;
}

h1, h2{
    color:#512BD4 !important;
}
.body-text {
    font-size: 1.2em;
    color:#ffffff;
}
.body-text-muted {
    font-size: 1.2em;
    color:#AAAAAA;
}
.body-text-dim {
    font-size: 1.2em;
    color:#888888;
}
.crystal-accent {
    color: #00D9FF;
}
  .page-body {
      background: #000000;
      color: #ffffff;
      padding: 20px 16px;
      min-height: calc(100vh - 56px);
      border-top: 1px solid #888888;
      max-width: 1400px;
  }

  .section-heading {
      color: #00d9ff;
      font-size: 1rem;
      font-weight: 700;
      margin: 16px 0 8px;
      
  }

.full-card {
    background: #111111 !important;
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}
