@font-face {
  font-family: 'franchiseregular';
  src: url('/fonts/Franchise-Bold.woff2') format('woff2'),
       url('/fonts/Franchise-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2, .logo, .menu-title {
  font-family: 'franchiseregular', Arial, sans-serif;
}