-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (28 loc) · 848 Bytes
/
style.css
File metadata and controls
37 lines (28 loc) · 848 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url("estilos/header.css");
@import url("estilos/coverpage.css");
@import url("estilos/main.css");
@import url("estilos/cardgrid.css");
@import url("estilos/mediasQ.css");
@import url("estilos/listStore.css");
@font-face {
font-family: "SF Display";
font-weight: 700;
src: url("https://sf.abarba.me/SF-UI-Display-Bold.otf");
}
@font-face {
font-family: "SF Text";
font-weight: 400;
src: url("https://sf.abarba.me/SF-UI-Text-Regular.otf");
}
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
font-family:'Century Gothic','Futura',san-serif;
color: rgb(0, 0, 0);
}
body{
background-color: rgb(37, 37, 37);
}