style updates

- logo
- primary colors
- text changes
This commit is contained in:
alpineux 2022-02-06 17:25:02 -07:00
parent 5d74e86222
commit 6136406506
30 changed files with 31066 additions and 6214 deletions

View file

@ -1,8 +1,31 @@
@font-face {
font-family: Helvetica Neue Medium;
src: url('fonts/helveticaneue/HelveticaNeue Medium.ttf');
}
@font-face {
font-family: Helvetica Neue Light;
src: url('fonts/helveticaneue/HelveticaNeue Light.ttf');
}
@font-face {
font-family: Helvetica Neue Thin;
src: url('fonts/helveticaneue/HelveticaNeue Thin.ttf');
}
@font-face {
font-family: Helvetica Neue;
src: url('fonts/helveticaneue/HelveticaNeue.ttf');
}
@font-face {
font-family: Cherolina;
src: url('fonts/cherolina/Cherolina.ttf');
}
html,
body {
font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
Ubuntu, Cantrell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
font-family: Helvetica Neue Medium, Arial, sans-serif;
font-weight: 400;
line-height: 1.8;
padding: 0;
@ -52,11 +75,6 @@ body {
'Noto Sans Hebrew', sans-serif !important;
}
.he-IL {
display: inline-block;
direction: rtl;
}
*,
*:before,
*:after {