|
20 | 20 | --color-profile-5: #ebda68;
|
21 | 21 | --color-profile-6: #bd726c;
|
22 | 22 | --color-transparent: transparent;
|
| 23 | + |
23 | 24 | --background-color-default: #eaedee;
|
24 | 25 | --background-color-secondary: #ffffff;
|
25 | 26 | --background-color-tertiary: rgba(234, 237, 238, 0.3);
|
26 | 27 | --background-color-blur: rgba(0, 0, 0, 0.5);
|
27 | 28 | --background-color-selection-light: #d5e9f2;
|
28 | 29 | --background-color-selection-dark: #002c40;
|
29 | 30 | --background-color-disabled: rgba(28, 27, 31, 0.1);
|
| 31 | + |
30 | 32 | --text-color-default: #222222;
|
31 | 33 | --text-color-secondary: #505050;
|
32 | 34 | --text-color-heading: #01354f;
|
33 | 35 | --text-color-disabled: #4e4f4f;
|
34 | 36 | --text-color-on-dark: #ffffff;
|
| 37 | + |
35 | 38 | --border-color-dark: #696969;
|
36 | 39 | --border-color-light: #bbbbbb;
|
37 | 40 | --border-color-form-fields: #777777;
|
38 | 41 | --border-color-transparent: transparent;
|
| 42 | + |
39 | 43 | --radius: 4px;
|
40 | 44 | --radius-full: 9999px;
|
| 45 | + |
41 | 46 | --shadow: 0 0 4px rgba(0, 0, 0, 0.5);
|
| 47 | + |
42 | 48 | --font-sans: 'Noto Sans', ui-sans-serif, system-ui, sans-serif,
|
43 | 49 | 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
| 50 | + |
| 51 | + /** 10px */ |
44 | 52 | --text-xs-normal: 0.625rem;
|
45 | 53 | --text-xs-normal--line-height: 0.75rem;
|
46 | 54 | --text-xs-normal--font-weight: 400;
|
| 55 | + |
| 56 | + /** 11px */ |
47 | 57 | --text-sm-light: 0.6875rem;
|
48 | 58 | --text-sm-light--line-height: 0.875rem;
|
49 | 59 | --text-sm-light--font-weight: 300;
|
50 | 60 | --text-sm-normal: 0.6875rem;
|
51 | 61 | --text-sm-normal--line-height: 0.875rem;
|
52 | 62 | --text-sm-normal--font-weight: 400;
|
| 63 | + |
| 64 | + /** 12px */ |
53 | 65 | --text-base-light: 0.75rem;
|
54 | 66 | --text-base-light--line-height: 1rem;
|
55 | 67 | --text-base-light--font-weight: 300;
|
|
59 | 71 | --text-base-bold: 0.75rem;
|
60 | 72 | --text-base-bold--line-height: 1rem;
|
61 | 73 | --text-base-bold--font-weight: 700;
|
| 74 | + |
| 75 | + /** 14px */ |
62 | 76 | --text-lg-normal: 0.875rem;
|
63 | 77 | --text-lg-normal--line-height: 1.25rem;
|
64 | 78 | --text-lg-normal--font-weight: 400;
|
|
71 | 85 | --text-lg-bold: 0.875rem;
|
72 | 86 | --text-lg-bold--line-height: 1.25rem;
|
73 | 87 | --text-lg-bold--font-weight: 700;
|
| 88 | + |
| 89 | + /** 16px */ |
74 | 90 | --text-xl-bold: 1rem;
|
75 | 91 | --text-xl-bold--line-height: 1.5rem;
|
76 | 92 | --text-xl-bold--font-weight: 700;
|
| 93 | + |
| 94 | + /** 18px */ |
77 | 95 | --text-2xl-bold: 1.125rem;
|
78 | 96 | --text-2xl-bold--line-height: 1.75rem;
|
79 | 97 | --text-2xl-bold--font-weight: 700;
|
| 98 | + |
| 99 | + /** 20px */ |
80 | 100 | --text-3xl-normal: 1.25rem;
|
81 | 101 | --text-3xl-normal--line-height: 1.75rem;
|
82 | 102 | --text-3xl-normal--font-weight: 400;
|
|
86 | 106 | --text-3xl-bold: 1.25rem;
|
87 | 107 | --text-3xl-bold--line-height: 1.75rem;
|
88 | 108 | --text-3xl-bold--font-weight: 700;
|
| 109 | + |
| 110 | + /** 24px */ |
89 | 111 | --text-4xl-bold: 1.5rem;
|
90 | 112 | --text-4xl-bold--line-height: 2rem;
|
91 | 113 | --text-4xl-bold--font-weight: 700;
|
| 114 | + |
| 115 | + /** 36px */ |
92 | 116 | --text-5xl-bold: 2.25rem;
|
93 | 117 | --text-5xl-bold--line-height: 2.5rem;
|
94 | 118 | --text-5xl-bold--font-weight: 700;
|
|
0 commit comments