-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroot.css
More file actions
49 lines (44 loc) · 1.09 KB
/
root.css
File metadata and controls
49 lines (44 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@font-face {
font-family: "Cafe24Moyamoya-Regular-v1.0";
src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/Cafe24Moyamoya-Regular-v1.0.woff2")
format("woff2");
font-weight: normal;
font-style: normal;
}
:root {
--main-green: #49ff24;
--card-toggle-green: #2aff00;
--card-detail-green: #2d791d;
--icon-top-green: #14ae5c;
--icon-detail-green: #14ae5c;
--icon-detail-yellow: #ffcd29;
--icon-detail-red: #ff2c2c;
--background-black: #000000;
--fill-gray: #d9d9d9;
--warn-red: #ff5858;
--text-white: #ffffff;
--border-gray: rgba(204, 204, 204, 0.4);
}
.noto-sans-kr-context {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.inter{
font-family: "Inter", sans-serif;
}
@font-face {
font-family: 'Akira Expanded';
src: url('../assets/fonts/Akira Expanded Demo.otf') format('truetype');
}
body{
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
overflow-x: hidden;
overflow-y: scroll;
background-color: #000000;
}