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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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 {

View file

@ -11,10 +11,10 @@
--gray800: #4b4b4b;
--gray900: #2c2c2c;
--primary400: #2680eb;
--primary500: #1473e6;
--primary600: #0d66d0;
--primary700: #095aba;
--primary400: #5c7366;
--primary500: #495c51;
--primary600: #37453d;
--primary700: #242e28;
--font-size-xlarge: 36px;
--font-size-large: 24px;