@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  width: 100%;
  font-family: "quicksand", sans-serif !important;
  overflow-x: hidden;
}

*:focus {
  box-shadow: none !important;
}

.content-container a {
  text-decoration-line: underline;
  color: "#00ECA5";
}

.article-table {
  border: 1px solid black;
  line-height: 1.2rem;
}

.article-table tr {
  display: flex;
  flex-grow: 1;
  min-height: 110px;
}
.article-table th {
  font-weight: bold;
  border: 1px solid black;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 9rem;
}

.article-table td {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  border: 1px solid black;
  justify-content: center;
  align-items: center;
  min-width: 9rem;

  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

li{
  font-family: inherit;
  font-size: inherit;
}

li a {
  text-decoration-line: underline;
  color: "#00ECA5";
}
