<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Inter-Thin;
  src: url("../fonts/Inter-Thin.ttf");
}
@font-face {
  font-family: Inter-ExtraLight;
  src: url("../fonts/Inter-ExtraLight.ttf");
}
@font-face {
  font-family: Inter-Light;
  src: url("../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: Inter-Medium;
  src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: Inter-SemiBold;
  src: url("../fonts/Inter-SemiBold.ttf");
}
.prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.prices .price-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.prices .price-section table {
  width: 100%;
  border-collapse: collapse;
}
.prices .price-section table th,
.prices .price-section table td {
  border: #7ad155 solid 2px;
}/*# sourceMappingURL=prices.css.map */</pre></body></html>