@font-face {
  font-family: 'Circular';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Circular/Circular-Light.otf') format('opentype')
}

@font-face {
  font-family: 'Circular';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/Circular/Circular-Medium.otf') format('opentype')
}

@font-face {
  font-family: 'Circular';
  font-weight: 600;
  font-style: normal;
  src: url('/fonts/Circular/Circular-Bold.otf') format('opentype')
}

@font-face {
  font-family: 'Circular';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Circular/Circular-Black.otf') format('opentype')
}

