body {
  height: 100%;
  width: 100%;
  background: url("background.svg") no-repeat center center fixed;
  background-size: cover;
}

html {
  height: 100%;
  width: 100%;
}

oscd-shell {

  --landing-background-color: unset;
  --shell-background-color: unset;
  --oscd-shell-editor-plugins-panel-background-color: transparent;
  --oscd-shell-editor-plugins-panel-item-text-color: white;
  --oscd-shell-editor-plugins-panel-item-icon-color: white;

  --oscd-shell-landing-card-background: var(--oscd-theme-primary);
  --oscd-shell-landing-heading-color: white;
  --oscd-shell-landing-subheading-color: white;
  --landing-card-corner-accent: var(--omicron-yellow);
}

oscd-shell * img[alt="logo"] {
  height: 28px;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
