/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */

@use "../../common/hyphenation" as *;
@use "../../common/text-rendering" as *;

.ams-label {
  color: var(--ams-label-color);
  font-family: var(--ams-label-font-family);
  font-size: var(--ams-label-font-size);
  font-weight: var(--ams-label-font-weight);
  line-height: var(--ams-label-line-height);

  @include hyphenation;
  @include text-rendering;
}
