@font-face {
  font-family: 'Mark Pro';
  /* Paths are relative to this CSS file's location in the public folder */
  src: url('./fonts/Mark-Pro-Regular.woff2') format('woff2'),
       url('./fonts/Mark-Pro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}