
/** Bold */
@font-face {
  font-family: "SF Text";
  font-weight: 700;
    src: url('../../../../Content/fonts/SFProText-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'SFProText-Bold';
}
/** Heavy */
@font-face {
  font-family: "SF Text";
  font-weight: 800;
  src: url('../../../../Content/fonts/SFProText-Heavy.ttf') format('truetype');
}


/** Light */
@font-face {
  font-family: "SF Text";
  font-weight: 200;
    src: url('../../../../Content/fonts/SFProText-Light.ttf') format('truetype');
}

/** Medium */
@font-face {
  font-family: "SF Text";
  font-weight: 500;
    src: url('../../../../Content/fonts/SFProText-Medium.ttf') format('truetype');
}

/** Regular */
@font-face {
  font-family: "SF Text";
  font-weight: 400;
    src: url('../../../../Content/fonts/SFProText-Regular.ttf') format('truetype');
}

/** Semibold */
@font-face {
    font-family: "SF Text";
    font-weight: 600;
    src: url('../../../../Content/fonts/SFProText-Semibold.ttf') format('truetype');
}

