

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=2b67e8f0-3bf1-11ec-9aa3-06f7e389c91a");
  
@font-face {
  font-family: "SofiaProMedium";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url('webFonts/SofiaProMedium/normal_normal_500.woff') format('woff'), url('webFonts/SofiaProMedium/normal_normal_500.woff2') format('woff2');
}
@font-face {
  font-family: "SofiaProBold";
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url('webFonts/SofiaProBold/normal_normal_800.woff') format('woff'), url('webFonts/SofiaProBold/normal_normal_800.woff2') format('woff2');
}
