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

body {
  font-family: 'CircularXX', sans-serif;
}

.image {
  width: 70vh;
}
