//
// Copyright IBM Corp. 2018, 2026
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@use './sans';

/// @deprecated Will be removed in Carbon v12. Use the exported $ranges from the ./sans, ./serif, and ./mono modules instead.
$ranges: sans.$ranges;

/// Retrieve the unicode range for a given unicode range name
/// @param {String} $name
/// @returns {List}
/// @deprecated Will be removed in Carbon v12. Use the exported get-range function from the ./sans, ./serif, and ./mono modules instead.
@function get-range($name) {
  @return sans.get-range($name);
}
