/**
 * @license EUPL-1.2
 * Copyright (c) 2021 Robbert Broersma
 */
/**
 * @license EUPL-1.2
 * Copyright (c) 2021 Robbert Broersma
 */
/* stylelint-disable-next-line block-no-empty */
/* Not all fonts support the OpenType `super` characters, and fonts that support it don't suppor all characters.
 * Use the optimized OpenType rendering only in situations where you know it will work.
 */
.utrecht-superscript--open-type {
  font-size: inherit;
  font-variant-position: super;
  vertical-align: baseline;
}