* 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
* Remove unused models
* add new props into Player model
* Added props to Guild
* Setting guild type as a foreign-key reference
* Use foreign table for skills
* Seed data
* prettier
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.