diff --git a/src/css/styles.css b/src/css/styles.css index 597a921..3019dbe 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -11,3 +11,11 @@ a { .btn-round { border-radius: 24px; } + +body { + color: #212121; + font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + letter-spacing: 0.02em; +} \ No newline at end of file