@font-face {
  font-family: 'CC Material';
  src: url('CCMaterial-Regular.eot'); /* IE9 Compat Modes */
  src: url('CCMaterial-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('CCMaterial-Regular.woff') format('woff'), /* Modern Browsers */
       url('CCMaterial-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('CCMaterial-Regular.svg#ca282df53f124b304d63260cc72391b5') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Regular.woff2?v=3.15") format("woff2"),
       url("Inter-Regular.woff?v=3.15") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("Inter-Medium.woff2?v=3.15") format("woff2"),
       url("Inter-Medium.woff?v=3.15") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("Inter-Bold.woff2?v=3.15") format("woff2"),
       url("Inter-Bold.woff?v=3.15") format("woff");
}