chore: global css, remove unnecessary

This commit is contained in:
2025-07-14 13:44:43 -05:00
parent 12130869ef
commit a6573a3054

View File

@@ -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;