diff --git a/src/lib/app.css b/src/lib/app.css index 83ae632..0959dd5 100644 --- a/src/lib/app.css +++ b/src/lib/app.css @@ -1,17 +1,11 @@ @import url("../font/inter/inter.css"); :root { - --bg-1000: #fffbf2; - --bg-900: #fff7e2; - --bg-800: #eee7d3; - --bg-700: #c8c0ac; - --bg-600: #edf5ba; - --accent: #899911; - --text: #11100d; - --bg-1000: #fffcf7; + --bg-900: #faf4e4; --bg-800: #f2e8d7; --bg-700: #d9ccad; + --bg-600: #edf5ba; --accent: #92a40a; --text: #322e1f; }