.font-default {
  font-family: 'UBS Frutiger', Arial, sans-serif;
}
.font-light,
.ubs-header-1,
.ubs-header-2,
.ubs-header-3,
.ubs-header-4 {
  font-weight: 300;
}
.font-code {
  font-family: 'Noto Sans', Courier, monospace;
}
.ubs-header-1 {
  font-size: 48px;
  line-height: 52px;
}
.ubs-header-2 {
  font-size: 38px;
  line-height: 44px;
}
.ubs-header-3 {
  font-size: 32px;
  line-height: 40px;
}
.ubs-header-4 {
  font-size: 24px;
  line-height: 28px;
}
.ubs-header-5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}
.ubs-header-6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.ubs-body-1,
.ubs-body-1-bold {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.ubs-body-1-bold {
  font-weight: bold;
}
.ubs-body-2,
.ubs-body-2-bold {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.ubs-body-2-bold {
  font-weight: bold;
}
.ubs-body-3,
.ubs-body-3-bold {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.ubs-body-3-bold {
  font-weight: bold;
}
.ubs-body-4,
.ubs-body-4-bold {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
}
.ubs-body-4-bold {
  font-weight: bold;
}
.ubs-number-1 {
  font-size: 48px;
  font-weight: normal;
  line-height: 52px;
}
.ubs-number-2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.ubs-number-3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.ubs-number-4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.ubs-amount-1 {
  font-size: 38px;
  font-weight: normal;
  line-height: 44px;
}
.ubs-amount-2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
}
.ubs-amount-3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}
.ubs-amount-4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.ubs-amount-5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.ubs-amount-6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.list-defaults,
.ordered-list,
.square-list,
.ordered-list-large,
.ordered-list-small,
.square-list-large,
.square-list-small {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.list-defaults li,
.ordered-list li,
.square-list li,
.ordered-list-large li,
.ordered-list-small li,
.square-list-large li,
.square-list-small li {
  position: relative;
  margin: 12px 0;
}
.ordered-list,
.ordered-list-large,
.ordered-list-small {
  counter-reset: item;
}
.ordered-list li,
.ordered-list-large li,
.ordered-list-small li {
  padding-left: 40px;
}
.ordered-list li::before,
.ordered-list-large li::before,
.ordered-list-small li::before {
  content: counter(item) '.';
  counter-increment: item;
  position: absolute;
  left: 0;
  width: 32px;
  text-align: right;
}
.square-list li,
.square-list-large li,
.square-list-small li {
  padding-left: 12px;
}
.square-list li::before,
.square-list-large li::before,
.square-list-small li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: currentColor;
}
.ordered-list-large {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.ordered-list-large li {
  margin: 16px 0;
}
.ordered-list-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.ordered-list-small li {
  margin: 8px 0;
}
.square-list-large {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.square-list-large li {
  margin: 16px 0;
}
.square-list-large li::before {
  top: 10px;
}
.square-list-small {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.square-list-small li {
  margin: 8px 0;
}
.square-list-small li::before {
  top: 6px;
}
