@use '@carbon/layout';
@use '@carbon/type';
@use '@openmrs/esm-styleguide/src/vars' as *;

.productiveHeading03 {
  @include type.type-style('heading-03');
  margin-bottom: layout.$spacing-05;
}

.recent-results-grid {
  display: grid;
  background-color: white;
}

.text02 {
  color: $text-02;
}
