-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fb72ee
commit 09807cd
Showing
31 changed files
with
100 additions
and
36 deletions.
There are no files selected for viewing
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
@font-face { | ||
font-family: "Helvetica Neue"; | ||
font-weight: 400; | ||
font-style: normal; | ||
src: url('/fonts/HelveticaNeue-Regular.woff2') format("woff2"), | ||
url('/fonts/HelveticaNeue-Regular.woff') format("woff"), | ||
url('/fonts/HelveticaNeue-Regular.ttf') format("truetype"); | ||
font-display: swap; | ||
} | ||
@font-face { | ||
font-family: "Helvetica Neue"; | ||
font-weight: 700; | ||
font-style: normal; | ||
src: url('/fonts/HelveticaNeue-Bold.woff2') format("woff2"), | ||
url('/fonts/HelveticaNeue-Bold.woff') format("woff"), | ||
url('/fonts/HelveticaNeue-Bold.ttf') format("truetype"); | ||
font-display: swap; | ||
} | ||
@font-face { | ||
font-family: "Helvetica Neue"; | ||
font-weight: 500; | ||
font-style: normal; | ||
src: url('/fonts/HelveticaNeue-Medium.woff2') format("woff2"), | ||
url('/fonts/HelveticaNeue-Medium.woff') format("woff"), | ||
url('/fonts/HelveticaNeue-Medium.ttf') format("truetype"); | ||
font-display: swap; | ||
} | ||
@font-face { | ||
font-family: "Helvetica Neue"; | ||
font-weight: 400; | ||
font-style: italic; | ||
src: url('/fonts/HelveticaNeue-RegularItalic.woff2') format("woff2"), | ||
url('/fonts/HelveticaNeue-RegularItalic.woff') format("woff"), | ||
url('/fonts/HelveticaNeue-RegularItalic.ttf') format("truetype"); | ||
font-display: swap; | ||
} | ||
@font-face { | ||
font-family: "Helvetica Neue"; | ||
font-weight: 300; | ||
font-style: normal; | ||
src: url('/fonts/HelveticaNeue-Light.woff2') format("woff2"), | ||
url('/fonts/HelveticaNeue-Light.woff') format("woff"), | ||
url('/fonts/HelveticaNeue-Light.ttf') format("truetype"); | ||
font-display: swap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
/* Element overrides */ | ||
html { | ||
overflow-x: hidden; | ||
overflow-y: scroll; | ||
} | ||
body { | ||
--rgb-pwny-green: 51 204 85; /* #33cc55 */ | ||
--rgb-pwny-lgreen: 0 255 85; /* #00ff55 */ | ||
--rgb-pwny-dgreen: 19 113 55; /* #137137 */ | ||
--rgb-pwny-red: 255 64 64; /* #ff4040 */ | ||
--rgb-pwny-orange: 237 122 49; /* #ed7a31 */ | ||
--rgb-pwny-yellow: 255 192 0; /* #ffc000 */ | ||
--rgb-pwny-blue: 65 170 255; /* #41aaff */ | ||
--rgb-pwny-purple: 204 102 238; /* #cc66ee */ | ||
|
||
--rgb-primary: var(--rgb-pwny-green); | ||
--rgb-secondary: var(--rgb-pwny-lgreen); | ||
--rgb-surface-000: 0 0 0; /* #000000 */ | ||
--rgb-surface-050: 17 17 17; /* #111111 */ | ||
--rgb-surface-100: 34 34 34; /* #222222 */ | ||
--rgb-surface-150: 51 51 51; /* #333333 */ | ||
--rgb-surface-200: 68 68 68; /* #444444 */ | ||
--rgb-surface-250: 85 85 85; /* #555555 */ | ||
--rgb-surface-300: 102 102 102; /* #666666 */ | ||
--rgb-text: 255 255 255; /* #ffffff */ | ||
|
||
--font-size-small: 0.875rem; | ||
--font-size-standard: 1rem; | ||
--font-size-base: 1.125rem; | ||
|
||
font-family: "Helvetica Neue", Helvetica, Arial; | ||
font-size: var(--font-size-base); | ||
background-color: rgb(var(--rgb-surface-000)); | ||
color: rgb(var(--rgb-text)); | ||
height: 100%; | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters