*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

.material-symbols-outlined {
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  direction: ltr;
  font-feature-settings: "liga";
}

.dashboard-title-slot {
  min-height: 4rem;
}

.dashboard-posture-slot {
  min-height: 6.5rem;
}

.dashboard-context-slot {
  min-height: 9.5rem;
}

.dashboard-status-slot {
  min-height: 5.75rem;
}

.dashboard-calendar-slot {
  min-height: 24rem;
}

.dashboard-subtitle-slot {
  min-height: 3.5rem;
}

.dashboard-window-note-slot {
  min-height: 4.5rem;
}

@media (max-width: 639px) {
  .dashboard-title-slot {
    min-height: 5rem;
  }

  #analytics-page-title.dashboard-title-slot {
    min-height: 7rem;
  }

  .dashboard-posture-slot {
    min-height: 7rem;
  }

  .dashboard-context-slot {
    min-height: 15rem;
  }

  .dashboard-status-slot {
    min-height: 10rem;
  }

  .dashboard-calendar-slot {
    min-height: 15rem;
  }

  .dashboard-subtitle-slot {
    min-height: 5.5rem;
  }

  .dashboard-window-note-slot {
    min-height: 7rem;
  }
}
