@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/FunnelDisplay-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/FunnelDisplay-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/FunnelDisplay-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/FunnelDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600; /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/FunnelDisplay-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/FunnelDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* ExtraBold */
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'FunnelDisplay', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

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

a {
    color: inherit;
    text-decoration: none;
}
