/* style.css */
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
}

@media print {
  #filter-bulan,
  #filter-triwulan,
  #filter-start,
  #filter-end,
  #apply-filter,
  #cetak-laporan,
  label {
    display: none !important;
  }

  body {
    margin: 0;
    font-size: 12px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  th,
  td {
    border: 1px solid #000;
    padding: 4px;
  }
}
