@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/quattrocento.woff2');
  font-weight: 700;
}
.number {
  font: 90px 'Mukta', sans-serif;
  font-weight: bold;
}
.roman {
  font: 90px 'Quattrocento', serif;
}