diff --git a/packages/client/src/style.css b/packages/client/src/style.css index 3ee2922..a11f8bd 100644 --- a/packages/client/src/style.css +++ b/packages/client/src/style.css @@ -1,5 +1,7 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); + :root { - font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; @@ -76,19 +78,6 @@ button:focus-visible { text-align: center; } -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #f9f9f9; - } -} - @keyframes rotate { 0% { transform: rotate(0deg);