-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
103 lines (86 loc) · 3.72 KB
/
styles.css
File metadata and controls
103 lines (86 loc) · 3.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@font-face {
font-family: RL-icons;
src: url(./rlna_icons/RL-icons.eot?isgw1k);
src: url(./rlna_icons/RL-icons.eot?isgw1k#iefix) format("embedded-opentype"),url(./rlna_icons/RL-icons.svg?isgw1k#RL-icons) format("svg"),url(./rlna_icons/RL-icons.woff?isgw1k) format("woff"),url(./rlna_icons/RL-icons.ttf?isgw1k) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: RLNA-font;
src: url(./rlna_icons/RLNA-font.eot?isgw1k);
src: url(./rlna_icons/RLNA-font.eot?isgw1k#iefix) format("embedded-opentype"),url(./rlna_icons/RLNA-font.svg?isgw1k#RLNA-font) format("svg"),url(./rlna_icons/RLNA-font.woff?isgw1k) format("woff"),url(./rlna_icons/RLNA-font.ttf?isgw1k) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: Founders Grotesk Mono Light;
src: url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Light.eot?#iefix) format("eot"),url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Light.woff) format("woff"),url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Light.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: Founders Grotesk Mono Medium;
src: url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Medium.eot?#iefix) format("eot"),url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Medium.woff) format("woff"),url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Medium.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: Founders Grotesk Mono Regular;
src: url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Regular.eot?#iefix) format("eot"),url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Regular.woff) format("woff"),url(./df-refresh/Fonts/FoundersGroteskMonoWeb-Regular.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: Founders Grotesk Text Medium;
src: url(./df-refresh/Fonts/FoundersGroteskTextWeb-Medium.eot?#iefix) format("eot"),url(./df-refresh/Fonts/FoundersGroteskTextWeb-Medium.woff) format("woff"),url(./df-refresh/Fonts/FoundersGroteskTextWeb-Medium.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: Founders Grotesk text Regular;
src: url(./df-refresh/Fonts/FoundersGroteskTextWeb-Regular.eot?#iefix) format("eot"),url(./df-refresh/Fonts/FoundersGroteskTextWeb-Regular.woff) format("woff"),url(./df-refresh/Fonts/FoundersGroteskTextWeb-Regular.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: LeJeuneDeck-Light;
src: url(./df-refresh/Fonts/LeJeuneDeck-Light-Web.woff) format("woff"),url(./df-refresh/Fonts/LeJeuneDeck-Light-Web.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: LeJeuneDeck-Regular;
src: url(./df-refresh/Fonts/LeJeuneDeck-Regular-Web.woff) format("woff"),url(./df-refresh/Fonts/LeJeuneDeck-Regular-Web.woff2) format("woff2");
font-display: swap
}
@font-face {
font-family: LeJeuneDeck-Regular-Italic;
src: url(./df-refresh/Fonts/LeJeuneDeck-RegularItalic-Web.woff) format("woff"),url(./df-refresh/Fonts/LeJeuneDeck-RegularItalic-Web.woff2) format("woff2");
font-display: swap
}
.level-2 {
display: none !important;
}
@media screen and (min-width: 960px) {
.menu-mask {
display: none !important;
}
}
.level-1>li .category-click-thru {
display: none !important;
}
@media screen and (max-width: 959px) and (min-width: 361px) {
.menu-category .category-click-thru, .menu-category a, .nav-main-cat-default {
display: inline-block !important;
}
.menu-category li .menu-item-toggle.open-menu {
pointer-events: none;
display: none;
}
}
#footer {
padding-top: 0 !important;
}
#onetrust-consent-sdk {
display: none !important;
}
.js-header-acc {
display: none !important;
}
#search {
display: none !important;
}