/* @tailwind base; */

.\!tw-static {
  position: static !important;
}

.tw-flex {
  display: flex;
}

.tw-aspect-\[1\.4\] {
  aspect-ratio: 1.4;
}

.\!tw-w-auto {
  width: auto !important;
}

.tw-w-full {
  width: 100%;
}

.tw-object-cover {
  object-fit: cover;
}

.tw-cursor-pointer { 
  cursor: pointer;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-overflow-clip {
  overflow: clip;
}

.\!tw-overflow-visible {
  overflow: visible !important;
}

.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-py-8 {
  padding-top: 2rem;
}

@font-face {
  font-family: 'Teuton Normal';

  font-style: normal;

  font-weight: normal;

  src: local('Teuton Normal'), url('TeutonNormal.woff') format('woff');
}

body {
  font-family: 'Teuton Normal', sans-serif;
}

