* registerPlayer & successPlayer layout done
* moved to chakra-ui@next
* added meta components and icons
* refactored code based on review comments
* using React.ComponentProps for getting correct props
* using jpeg for background images
* removed unwanted `declare module`
* changed font naming in design-system
* fixed fontFamily in packge web
* using Heading component for MetaHeading
Also replaced the local fonts with Google fonts since they are more performant and easier to package. Created a custom
Link component to render the ChakraUI link inside the NextJS Link properly.