@font-face {
  font-family: 'Futura';
  src: local('Futura'),
    url(fonts/Futura.ttf) format('truetype');
  /* url('https://fonts.googleapis.com/css2?family=Urbanist:ital@1&display=swap') format('truetype'); */
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont,'Futura', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Futura', monospace;
}
