@font-face
{
  font-family: "bold";
  src: url("resources/fonts/XfinityStandard-Bold.woff2") format("woff2"),
       url("resources/fonts/XfinityStandard-Bold.woff") format("woff"),
       url("resources/fonts/XfinityStandard-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face
{
  font-family: 'light';
  src: url("resources/fonts/XfinityStandard-Light.woff2") format("woff2"),
       url("resources/fonts/XfinityStandard-Light.woff") format("woff"),
       url("resources/fonts/XfinityStandard-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face
{
  font-family: 'medium';
  src: url("resources/fonts/XStandard02_Medium.woff2") format("woff2"),
       url("resources/fonts/XStandard02_Medium.woff") format("woff"),
       url("resources/fonts/XStandard02_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face
{
  font-family: 'regular';
  src: url("resources/fonts/XStandard02_Regular.woff2") format("woff2"),
       url("resources/fonts/XStandard02_Regular.woff") format("woff"),
       url("resources/fonts/XStandard02_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: "thin";
  src: url("resources/fonts/XfinityStandard-Thin.woff2") format("woff2"),
       url("resources/fonts/XfinityStandard-Thin.woff") format("woff"),
       url("resources/fonts/XfinityStandard-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face
{
  font-family: "cea_casual";
  src: url("resources/fonts/cea_casual.ttf") format("truetype");
}

@font-face
{
  font-family: "cea_mono_sans";
  src: url("resources/fonts/cea_mono_sans.ttf") format("truetype");
}

@font-face
{
  font-family: "cea_mono_serif";
  src: url("resources/fonts/cea_mono_serif.ttf") format("truetype");
}

@font-face
{
  font-family: "cea_prop_sans";
  src: url("resources/fonts/cea_prop_sans.ttf") format("truetype");
}

@font-face
{
  font-family: "cea_prop_serif";
  src: url("resources/fonts/cea_prop_serif.ttf") format("truetype");
}

@font-face
{
  font-family: "cea_cursive";
  src: url("resources/fonts/cea_script.ttf") format("truetype");
}

@font-face
{
  font-family: "cea_small_caps";
  src: url("resources/fonts/cea_small_caps.ttf") format("truetype");
}
