/**
 * Copyright 2025 Q-CTRL. All rights reserved.
 *
 * Licensed under the Q-CTRL Terms of service (the "License"). Unauthorized
 * copying or use of this file, via any medium, is strictly prohibited.
 * Proprietary and confidential. You may not use this file except in compliance
 * with the License. You may obtain a copy of the License at
 *
 *    https://q-ctrl.com/terms
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS. See the
 * License for the specific language.
 */

@utility ligatures-normal {
  font-variant-ligatures: normal;
}
@utility ligatures-none {
  font-variant-ligatures: none;
}
@utility ligatures-common {
  font-variant-ligatures: common-ligatures;
}
@utility ligatures-no-common {
  font-variant-ligatures: no-common-ligatures;
}
@utility ligatures-discretionary {
  font-variant-ligatures: discretionary-ligatures;
}
@utility ligatures-no-discretionary {
  font-variant-ligatures: no-discretionary-ligatures;
}
@utility ligatures-historical {
  font-variant-ligatures: historical-ligatures;
}
@utility ligatures-no-historical {
  font-variant-ligatures: no-historical-ligatures;
}
@utility ligatures-contextual {
  font-variant-ligatures: contextual;
}
@utility ligatures-no-contextual {
  font-variant-ligatures: no-contextual;
}
