css tweaks

This commit is contained in:
2023-08-14 15:45:34 -07:00
parent ec22cebeac
commit ce411549ad
2 changed files with 17 additions and 4 deletions

View File

@ -7,12 +7,18 @@
font-display: block;
}
:root {
--content-size: 1.25rem;
--content-line-height: 1.3;
--content-color: #1e1e1e;
}
html {
font-family: 'Tajawal', sans-serif;
font-size: 20px;
line-height: 1.3;
font-size: var(--content-size);
line-height: var(--content-line-height);
letter-spacing: -0.005em;
color: #1e1e1e;
color: var(--content-color);
}
body {