/*
 * TT Commons — брендбук «Фабрика Матти»
 * Pro Mono Caps / Pro Caps заменены на Regular/DemiBold + text-transform: uppercase
 *
 * Уровни типографики (x → 4x):
 * - Заголовок: DemiBold 600, CAPS
 * - Подзаголовок: Regular 400, CAPS
 * - Наборный текст: Regular 400 / Light 300
 * - Сноски: Regular 400, --type-x
 */

@font-face {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("TTCommons-Light.woff2") format("woff2");
}

@font-face {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("TTCommons-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("TTCommons-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("TTCommons-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "TT Commons";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("TTCommons-Italic.woff2") format("woff2");
}
