@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Gabriela&display=swap');

html.dark {
  filter: invert(1) hue-rotate(180deg);
}

html.dark .uk-light,
.uk-article,
.uk-modal-dialog {
  filter: invert(1) hue-rotate(180deg);
}

.uk-logo span {
  font-family: "Gabriela", serif;
  font-weight: 400;
  font-style: normal;
}

.uk-background-cover-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.ng-card {
  position: relative;
}

.ng-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
}

.ng-icon {
  position: relative;
  z-index: 2;
}

.ng-vcenter {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  width: 100%;
}

.ng-vcenter > .uk-grid {
  width: 100%;
}

a {
  text-decoration: none !important;
}

.uk-height-medium {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.uk-background-cover-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  transition: all 3s ease;
  transform-origin: top;
  transform: scale(1.1);
}

.uk-height-medium:hover .uk-background-cover-inner {
  transform: scale(1.0);
}
