objective categorical abstract machine language personal data server
1@import "tailwindcss" source("../pegasus/lib/templates");
2
3@font-face {
4 font-family: "Fragment";
5 src:
6 url("fonts/Fragment.woff2") format("woff2"),
7 url("fonts/Fragment.woff") format("woff");
8 font-weight: normal;
9 font-style: normal;
10 font-display: swap;
11}
12
13@font-face {
14 font-family: "Geist";
15 src: url("https://fonts.gstatic.com/s/geist/v4/gyByhwUxId8gMEwcGFWNOITd.woff2")
16 format("woff2");
17 font-weight: 300 400;
18 font-style: normal;
19 font-display: swap;
20}
21
22@theme {
23 --font-serif: Fragment, Georgia, "Times New Roman", Times, serif;
24 --font-sans: Geist, Helvetica, -apple-system, system-ui, sans-serif;
25 --font-weight-normal: 300;
26 --font-weight-medium: 400;
27
28 --tracking-normal: 0.01em;
29
30 --color-*: initial;
31 --color-white: #fff;
32 --color-feather-100: #c8cfd2;
33 --color-phoenix-40: #e499a6;
34 --color-phoenix-100: #db4c64;
35 --color-mana-40: #9b9eaa;
36 --color-mana-100: #6558a1;
37 --color-mana-200: #312b4d;
38 --color-mist-20: #ecedf8;
39 --color-mist-40: #dee1e3;
40 --color-mist-60: #a4a9ac;
41 --color-mist-80: #737579;
42 --color-mist-100: #4f4f53;
43
44 --shadow-whisper: inset 0 0 1em #97baff8c;
45 --shadow-shimmer: inset 0 0 1em #79a7ed99;
46 --shadow-glow: inset 0 0 2em #2d37ba73;
47 --shadow-bleed: inset 0 0 2em #db4c6466;
48}