accessibility improvements

This commit is contained in:
2023-01-07 19:22:54 -05:00
parent de2d473bad
commit eda778abf9
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -3,6 +3,7 @@
src: url(./fonts/Manrope-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
@@ -10,13 +11,14 @@
src: url(./fonts/Manrope-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
:root {
--blue: #3274ce;
--red: #ce3446;
--orange: #e56045;
--text: #757575;
--text: #444444;
--background: white;
}