@font-face {
  font-family: "Cafe24ProSlim";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/Cafe24PROSlim-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Cafe24ProSlim";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/Cafe24PROSlim-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Cafe24ProSlim";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2511-1@1.0/Cafe24PROSlim-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
* {
  font-family: "Cafe24ProSlim";
}

body {
  padding-top: 55px;
  font-size: 16px;
}

.text-larger {
  font-size: 1.25em;
}

.timetable-head {
  font-size: 3em;
}
.timetable-head span {
  line-height: 1.2;
}

.timetable-sidetoggle {
  display: none;
}

.timetable-sidebar nav {
  margin-right: 15px;
}
.timetable-sidebar nav .line-item {
  line-height: 1.2;
}

.timetable-wrapper {
  padding: 15px 5px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.timetable-table {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
}
.timetable-table table {
  font-size: 1em;
}
.timetable-table table td {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

@media (max-width: 991px) {
  .timetable-wrapper {
    display: block;
  }
  .timetable-badge {
    white-space: normal;
    word-break: keep-all;
    width: 100%;
    line-height: 1.25;
  }
  .timetable-sidebar {
    position: fixed;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100vh;
    z-index: 100000;
    transition: left 0.3s ease-in-out;
  }
  .timetable-sidebar .nav {
    display: block;
    width: 150px;
    overflow: auto;
    margin-right: 0;
    padding-bottom: 100px;
  }
  .timetable-sidebar .nav .line-item {
    line-height: 1.5;
  }
  .timetable-head {
    flex-direction: column;
  }
  .timetable-head span {
    width: 100%;
    margin: 0 !important;
  }
  .timetable-table {
    flex-direction: column;
    width: 100%;
    overflow: auto;
  }
  .timetable-table table {
    font-size: 0.9em;
  }
  .timetable-sidetoggle {
    display: block;
    position: fixed;
    padding: 0 10px;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
    line-height: 32px;
    border-radius: 32px;
    transition: left 0.3s ease-in-out;
    background-color: rgba(220, 20, 60, 0.6666666667);
  }
  .timetable-sidetoggle .closer {
    display: none;
  }
  .timetable-sidetoggle.open {
    left: 160px;
    background-color: #dc143c;
  }
  .timetable-sidetoggle.open .open {
    display: none;
  }
  .timetable-sidetoggle.open .closer {
    display: inline;
  }
  .timetable-sidetoggle.open ~ .timetable-sidebar {
    left: 0;
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}/*# sourceMappingURL=timetable.css.map */