diff --git a/src/styles/typography.scss b/src/styles/typography.scss new file mode 100644 index 0000000..96e8c91 --- /dev/null +++ b/src/styles/typography.scss @@ -0,0 +1,7 @@ +$font-familiy: 'Roboto', system-ui, sans-serif; + +$letter-spacing: 1px; + +$body-font-size: 18px; +$body-line-height: 1.5; +$body-font-weight: 500;