| Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/public/frontend/sass/1-helpers/ |
| Current File : /home/users/unlimited/www/foodbank.codeskitter.site/public/frontend/sass/1-helpers/_typography.scss |
body {
font-size: 16px;
font-weight: 400;
font-family: 'OpenSauceOne', sans-serif;
}
input,
textarea {
&::placeholder {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: var(--text);
}
}