@charset "utf-8";
// Copyright 2019, Oath Inc.
// Licensed under the terms of the MIT license. See LICENSE file in project root for terms.

// Type
.is-italic {
  font-style: italic !important;
}
.is-light {
  font-weight: 100 !important;
}
.is-regular {
  font-weight: 400 !important;
}
.is-bold {
  font-weight: 600 !important;
}
.is-mono {
  font-family: monospace !important;
}

// Line height
.line-height-compact {
  line-height: 1 !important;
}