/*
 * Globals
 */

@font-face {
  font-family: 'Athelas';
  src: url('Athelas-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.beta-font-athelas {
  font-family: 'Athelas', serif;
  font-size: 1.2rem;
}

/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  overflow: hidden;
}

.beta-shell {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.beta-header {
  padding: 1rem;
}

.beta-main {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
}

.beta-footer {
  padding: 0.75rem 1rem;
}

.text-bg-dark {
  background-color: #212121 !important;
}

/*
 * Header
 */

.beta-login-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2000;
  color: inherit;
}
 
.beta-login-btn svg {
  display: block;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #212121;
}