@charset "UTF-8";

@font-face {
  font-family: "CND-PRO";
  src: url("https://storage-asset.msi.com/global/template/font/pro/PRO-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CND-PRO";
  src: url("https://storage-asset.msi.com/global/template/font/pro/PRO-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CND-PRO";
  src: url("https://storage-asset.msi.com/global/template/font/pro/PRO-Bold-Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.pro--title--main,
.title--main {
  font-family: "CND-PRO", var(--MSIBodyFont);
  font-weight: 700 !important;
}