diff --git a/src/App.sass b/src/App.sass index cad9a46..7e82f36 100644 --- a/src/App.sass +++ b/src/App.sass @@ -1,2 +1,8 @@ +@import "@/common/styles/colors" + body - margin: 0 \ No newline at end of file + margin: 0 + background-color: $background + +* + font-family: 'Roboto', sans-serif \ No newline at end of file