@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  background-color: #f9f9f9;
}

#wpcontent {
  padding: 0 !important;
}

#wpbody-content {
  padding-bottom: 0 !important;
}

.wrap {
  margin: 0 !important;
}

#wpfooter {
  display: none !important;
}

.dashicons,
.dashicons-before:before {
  // width: 20px;
  // height: 20px;
  font-size: 1rem !important;
}
