@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap);
@page {
  size: auto;
  margin: 0mm;
}

@page A4 {
  size: A4;
  margin: 0mm;
}

@page A3 {
  size: A3;
  margin: 0mm;
}

body {
  margin: 0;
  font-family: 'Figtree', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Figtree', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

@media print {
  .noprint, .noprint * {
    display: none !important
  }

  body {
    margin: 0;
  }
}

.text-overflow-3-line {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-overflow-1-line {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

