diff --git a/assets/styles/style.css b/assets/styles/style.css index e0c137f..d61922e 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -86,4 +86,18 @@ textarea { body { color: hsl(var(--color-1)); background-color: hsl(var(--color-2)); +} + +.simple-note__input--title { + font-family: var(--font-2); + font-size: 1.5rem; + font-weight: 500; + line-height: normal; +} + +.simple-note__input--body { + font-family: var(--font-1); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; } \ No newline at end of file