diff --git a/src/global.css b/src/global.css index cfcbf9c..5d0c752 100644 --- a/src/global.css +++ b/src/global.css @@ -6,8 +6,8 @@ line-height: 24px; font-weight: 400; - color: #0f0f0f; - background-color: #f6f6f6; + color: #e0def4; + background-color: #232136; font-synthesis: none; text-rendering: optimizeLegibility; @@ -16,23 +16,6 @@ -webkit-text-size-adjust: 100%; } -body { - @apply bg-[#232136]; - margin: 0; - color: white; - font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", - "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - sans-serif; -} - -@font-face { - font-family: "Nunito"; - font-style: normal; - font-weight: 400; - src: local(""), - url("assets/fonts/nunito-v16-latin-regular.woff2") format("woff2"); -} - #app { height: 100vh; text-align: center;