@import "tailwindcss";
@source inline("left");
/* @tailwind utilities; */
/* @layer theme;
@import "tailwindcss/theme" layer(theme); */
/* @custom-variant dark (&:where(.dark, .dark *)); */

@theme {
  --font-sans: "Finlandica", sans-serif;
  /*--spacing: 1px;*/

  /* --animate-marq_x: 30s linear infinite marq_x;
  --animate-marq_x_dup: 30s linear infinite marq_x_dup;

  @keyframes marq_x {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  @keyframes marq_x_dup {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(0%);
    }
  } */
}

/* .marq:hover * {
  /* transition: 0.5s ease;
  animation-play-state: paused;
} */

body {
  // background-color: #f4f2d9;
  color: dimgray;
}

#media > a > img {
  margin-bottom: calc(var(--spacing) * 1) /* 0.25rem = 4px */;
}

/* tr > td:first-child,
tr > td:last-child {
  color: red;
  color: #28ad5b;
  color: #44ab5f;
  color: #4ab566;
} */

/* tr > td:nth-last-of-type(-n + 3):not(:last-child) {
  background-color: #dae7c1;
} */

/* .marq:hover {
} */

/* :root {
    --background-color: lightblue;
}

body, html {
    height: 100%;
}

.background {
    background-image: url("lennon-cheng-yAeUPmbyS-0-unsplash.jpg");
    height: 100%;
    filter: blur(4px);
} */

/* .content {
    position:absolute;
    top: 0%;
} */
