﻿:root {
  --app-header-height: 56px;
}

/* Add top padding to page content so it doesn't sit under the fixed header */
.calendar-page {
  padding-top: calc(var(--app-header-height) + 8px);
}
