/* DEPRECATED: should be removed after its converted into a component */
@import 'global-styles/custom-properties/font';

.g-label {
  font-family: var(--font-body);
  font-size: 0.75em;
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
  text-transform: uppercase;

  & span {
    display: inline-block;
  }
}
