@liner-fe/design-token 2.4.31 → 2.4.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +266 -0
- package/lib/index.js +11 -32
- package/package.json +2 -1
- package/src/style/global.css +224 -0
package/lib/index.css
CHANGED
|
@@ -989,3 +989,269 @@
|
|
|
989
989
|
letter-spacing: var(--lp-pri-font-letterspacing-tight);
|
|
990
990
|
}
|
|
991
991
|
}
|
|
992
|
+
:root[lang=ja] {
|
|
993
|
+
.lp-sys-typo-display2-accent-black {
|
|
994
|
+
font-family: "Pretendard JP Variable";
|
|
995
|
+
font-size: var(--lp-pri-font-size-52);
|
|
996
|
+
font-weight: var(--lp-pri-font-weight-700);
|
|
997
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
998
|
+
}
|
|
999
|
+
.lp-sys-typo-display3-accent-black {
|
|
1000
|
+
font-family: "Pretendard JP Variable";
|
|
1001
|
+
font-size: var(--lp-pri-font-size-42);
|
|
1002
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1003
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1004
|
+
}
|
|
1005
|
+
.lp-sys-typo-heading1-answer {
|
|
1006
|
+
font-family: "Pretendard JP Variable";
|
|
1007
|
+
font-size: var(--lp-pri-font-size-22);
|
|
1008
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1009
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1010
|
+
}
|
|
1011
|
+
.lp-sys-typo-heading2-answer {
|
|
1012
|
+
font-family: "Pretendard JP Variable";
|
|
1013
|
+
font-size: var(--lp-pri-font-size-22);
|
|
1014
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1015
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1016
|
+
}
|
|
1017
|
+
.lp-sys-typo-heading3-answer {
|
|
1018
|
+
font-family: "Pretendard JP Variable";
|
|
1019
|
+
font-size: var(--lp-pri-font-size-22);
|
|
1020
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1021
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1022
|
+
}
|
|
1023
|
+
.lp-sys-typo-heading4-answer {
|
|
1024
|
+
font-family: "Pretendard JP Variable";
|
|
1025
|
+
font-size: var(--lp-pri-font-size-20);
|
|
1026
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1027
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1028
|
+
}
|
|
1029
|
+
.lp-sys-typo-heading5-answer {
|
|
1030
|
+
font-family: "Pretendard JP Variable";
|
|
1031
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1032
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1033
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1034
|
+
}
|
|
1035
|
+
.lp-sys-typo-heading6-answer {
|
|
1036
|
+
font-family: "Pretendard JP Variable";
|
|
1037
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1038
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1039
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1040
|
+
}
|
|
1041
|
+
.lp-sys-typo-title1-accent-bold {
|
|
1042
|
+
font-family: "Pretendard JP Variable";
|
|
1043
|
+
font-size: var(--lp-pri-font-size-32);
|
|
1044
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1045
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1046
|
+
}
|
|
1047
|
+
.lp-sys-typo-title2-accent-bold {
|
|
1048
|
+
font-family: "Pretendard JP Variable";
|
|
1049
|
+
font-size: var(--lp-pri-font-size-28);
|
|
1050
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1051
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1052
|
+
}
|
|
1053
|
+
.lp-sys-typo-title3-accent-bold {
|
|
1054
|
+
font-family: "Pretendard JP Variable";
|
|
1055
|
+
font-size: var(--lp-pri-font-size-24);
|
|
1056
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1057
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1058
|
+
}
|
|
1059
|
+
.lp-sys-typo-title4-accent-bold {
|
|
1060
|
+
font-family: "Pretendard JP Variable";
|
|
1061
|
+
font-size: var(--lp-pri-font-size-20);
|
|
1062
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1063
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1064
|
+
}
|
|
1065
|
+
.lp-sys-typo-title5-accent-bold {
|
|
1066
|
+
font-family: "Pretendard JP Variable";
|
|
1067
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1068
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1069
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1070
|
+
}
|
|
1071
|
+
.lp-sys-typo-title1-normal-bold {
|
|
1072
|
+
font-family: "Pretendard JP Variable";
|
|
1073
|
+
font-size: var(--lp-pri-font-size-32);
|
|
1074
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1075
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1076
|
+
}
|
|
1077
|
+
.lp-sys-typo-title2-normal-bold {
|
|
1078
|
+
font-family: "Pretendard JP Variable";
|
|
1079
|
+
font-size: var(--lp-pri-font-size-28);
|
|
1080
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1081
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1082
|
+
}
|
|
1083
|
+
.lp-sys-typo-title3-normal-bold {
|
|
1084
|
+
font-family: "Pretendard JP Variable";
|
|
1085
|
+
font-size: var(--lp-pri-font-size-24);
|
|
1086
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1087
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1088
|
+
}
|
|
1089
|
+
.lp-sys-typo-title4-normal-bold {
|
|
1090
|
+
font-family: "Pretendard JP Variable";
|
|
1091
|
+
font-size: var(--lp-pri-font-size-20);
|
|
1092
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1093
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1094
|
+
}
|
|
1095
|
+
.lp-sys-typo-title5-normal-bold {
|
|
1096
|
+
font-family: "Pretendard JP Variable";
|
|
1097
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1098
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1099
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1100
|
+
}
|
|
1101
|
+
.lp-sys-typo-paragraph1-normal-bold {
|
|
1102
|
+
font-family: "Pretendard JP Variable";
|
|
1103
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1104
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1105
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1106
|
+
}
|
|
1107
|
+
.lp-sys-typo-paragraph2-normal-bold {
|
|
1108
|
+
font-family: "Pretendard JP Variable";
|
|
1109
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1110
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1111
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1112
|
+
}
|
|
1113
|
+
.lp-sys-typo-paragraph3-normal-bold {
|
|
1114
|
+
font-family: "Pretendard JP Variable";
|
|
1115
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1116
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1117
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1118
|
+
}
|
|
1119
|
+
.lp-sys-typo-paragraph4-normal-bold {
|
|
1120
|
+
font-family: "Pretendard JP Variable";
|
|
1121
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1122
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1123
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1124
|
+
}
|
|
1125
|
+
.lp-sys-typo-paragraph1-normal-medium {
|
|
1126
|
+
font-family: "Pretendard JP Variable";
|
|
1127
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1128
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1129
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1130
|
+
}
|
|
1131
|
+
.lp-sys-typo-paragraph2-normal-medium {
|
|
1132
|
+
font-family: "Pretendard JP Variable";
|
|
1133
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1134
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1135
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1136
|
+
}
|
|
1137
|
+
.lp-sys-typo-paragraph3-normal-medium {
|
|
1138
|
+
font-family: "Pretendard JP Variable";
|
|
1139
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1140
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1141
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1142
|
+
}
|
|
1143
|
+
.lp-sys-typo-paragraph4-normal-medium {
|
|
1144
|
+
font-family: "Pretendard JP Variable";
|
|
1145
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1146
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1147
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1148
|
+
}
|
|
1149
|
+
.lp-sys-typo-paragraph1-normal-regular {
|
|
1150
|
+
font-family: "Pretendard JP Variable";
|
|
1151
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1152
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1153
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1154
|
+
}
|
|
1155
|
+
.lp-sys-typo-paragraph2-normal-regular {
|
|
1156
|
+
font-family: "Pretendard JP Variable";
|
|
1157
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1158
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1159
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1160
|
+
}
|
|
1161
|
+
.lp-sys-typo-paragraph3-normal-regular {
|
|
1162
|
+
font-family: "Pretendard JP Variable";
|
|
1163
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1164
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1165
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1166
|
+
}
|
|
1167
|
+
.lp-sys-typo-paragraph4-normal-regular {
|
|
1168
|
+
font-family: "Pretendard JP Variable";
|
|
1169
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1170
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1171
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1172
|
+
}
|
|
1173
|
+
.lp-sys-typo-paragraph2-post-regular {
|
|
1174
|
+
font-family: "Pretendard JP Variable";
|
|
1175
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1176
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1177
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1178
|
+
}
|
|
1179
|
+
.lp-sys-typo-paragraph3-post-regular {
|
|
1180
|
+
font-family: "Pretendard JP Variable";
|
|
1181
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1182
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1183
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1184
|
+
}
|
|
1185
|
+
.lp-sys-typo-paragraph4-post-regular {
|
|
1186
|
+
font-family: "Pretendard JP Variable";
|
|
1187
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1188
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1189
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1190
|
+
}
|
|
1191
|
+
.lp-sys-typo-paragraph2-answer-bold {
|
|
1192
|
+
font-family: "Pretendard JP Variable";
|
|
1193
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1194
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1195
|
+
line-height: var(--lp-pri-font-lineheight-160);
|
|
1196
|
+
}
|
|
1197
|
+
.lp-sys-typo-paragraph2-answer-regular {
|
|
1198
|
+
font-family: "Pretendard JP Variable";
|
|
1199
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1200
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1201
|
+
line-height: var(--lp-pri-font-lineheight-160);
|
|
1202
|
+
}
|
|
1203
|
+
.lp-sys-typo-caption1-normal-bold {
|
|
1204
|
+
font-family: "Pretendard JP Variable";
|
|
1205
|
+
font-size: var(--lp-pri-font-size-13);
|
|
1206
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1207
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1208
|
+
}
|
|
1209
|
+
.lp-sys-typo-caption2-normal-bold {
|
|
1210
|
+
font-family: "Pretendard JP Variable";
|
|
1211
|
+
font-size: var(--lp-pri-font-size-12);
|
|
1212
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1213
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1214
|
+
}
|
|
1215
|
+
.lp-sys-typo-caption3-normal-bold {
|
|
1216
|
+
font-family: "Pretendard JP Variable";
|
|
1217
|
+
font-size: var(--lp-pri-font-size-11);
|
|
1218
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1219
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1220
|
+
}
|
|
1221
|
+
.lp-sys-typo-caption1-normal-medium {
|
|
1222
|
+
font-family: "Pretendard JP Variable";
|
|
1223
|
+
font-size: var(--lp-pri-font-size-13);
|
|
1224
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1225
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1226
|
+
}
|
|
1227
|
+
.lp-sys-typo-caption2-normal-medium {
|
|
1228
|
+
font-family: "Pretendard JP Variable";
|
|
1229
|
+
font-size: var(--lp-pri-font-size-12);
|
|
1230
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1231
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1232
|
+
}
|
|
1233
|
+
.lp-sys-typo-caption3-normal-medium {
|
|
1234
|
+
font-family: "Pretendard JP Variable";
|
|
1235
|
+
font-size: var(--lp-pri-font-size-11);
|
|
1236
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1237
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1238
|
+
}
|
|
1239
|
+
.lp-sys-typo-caption1-normal-regular {
|
|
1240
|
+
font-family: "Pretendard JP Variable";
|
|
1241
|
+
font-size: var(--lp-pri-font-size-13);
|
|
1242
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1243
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1244
|
+
}
|
|
1245
|
+
.lp-sys-typo-caption2-normal-regular {
|
|
1246
|
+
font-family: "Pretendard JP Variable";
|
|
1247
|
+
font-size: var(--lp-pri-font-size-12);
|
|
1248
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1249
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1250
|
+
}
|
|
1251
|
+
.lp-sys-typo-caption3-normal-regular {
|
|
1252
|
+
font-family: "Pretendard JP Variable";
|
|
1253
|
+
font-size: var(--lp-pri-font-size-11);
|
|
1254
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1255
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1256
|
+
}
|
|
1257
|
+
}
|
package/lib/index.js
CHANGED
|
@@ -1,43 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
2
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var index_exports = {};
|
|
23
|
-
__export(index_exports, {
|
|
24
|
-
breakpoint: () => breakpoint,
|
|
25
|
-
breakpointOrigin: () => breakpointOrigin,
|
|
26
|
-
classNames: () => classNames,
|
|
27
|
-
theme: () => theme,
|
|
28
|
-
useDarkTheme: () => useDarkTheme,
|
|
29
|
-
vars: () => vars
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(index_exports);
|
|
32
3
|
|
|
33
4
|
// src/hooks/useDarkTheme.ts
|
|
34
|
-
|
|
35
|
-
var theme =
|
|
5
|
+
import { atom, useRecoilState } from "recoil";
|
|
6
|
+
var theme = atom({
|
|
36
7
|
key: "dark-theme",
|
|
37
8
|
default: false
|
|
38
9
|
});
|
|
39
10
|
var useDarkTheme = /* @__PURE__ */ __name(() => {
|
|
40
|
-
const [isDarkMode, setIsDarkMode] =
|
|
11
|
+
const [isDarkMode, setIsDarkMode] = useRecoilState(theme);
|
|
41
12
|
const setDarkTheme = /* @__PURE__ */ __name(() => {
|
|
42
13
|
document.documentElement.setAttribute("color-theme", "dark");
|
|
43
14
|
localStorage.setItem("theme", "dark");
|
|
@@ -87,3 +58,11 @@ var breakpoint = {
|
|
|
87
58
|
xxl: makeBreakpoint("xxl"),
|
|
88
59
|
xxxl: makeBreakpoint("xxxl")
|
|
89
60
|
};
|
|
61
|
+
export {
|
|
62
|
+
breakpoint,
|
|
63
|
+
breakpointOrigin,
|
|
64
|
+
classNames,
|
|
65
|
+
theme,
|
|
66
|
+
useDarkTheme,
|
|
67
|
+
vars
|
|
68
|
+
};
|
package/package.json
CHANGED
package/src/style/global.css
CHANGED
|
@@ -915,4 +915,228 @@
|
|
|
915
915
|
line-height: var(--lp-pri-font-lineheight-120);
|
|
916
916
|
letter-spacing: var(--lp-pri-font-letterspacing-tight);
|
|
917
917
|
}
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
:root[lang="ja"] {
|
|
921
|
+
.lp-sys-typo-display2-accent-black { font-family: "Pretendard JP Variable";
|
|
922
|
+
font-size: var(--lp-pri-font-size-52);
|
|
923
|
+
font-weight: var(--lp-pri-font-weight-700);
|
|
924
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
925
|
+
|
|
926
|
+
}.lp-sys-typo-display3-accent-black { font-family: "Pretendard JP Variable";
|
|
927
|
+
font-size: var(--lp-pri-font-size-42);
|
|
928
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
929
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
930
|
+
|
|
931
|
+
}.lp-sys-typo-heading1-answer { font-family: "Pretendard JP Variable";
|
|
932
|
+
font-size: var(--lp-pri-font-size-22);
|
|
933
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
934
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
935
|
+
|
|
936
|
+
}.lp-sys-typo-heading2-answer { font-family: "Pretendard JP Variable";
|
|
937
|
+
font-size: var(--lp-pri-font-size-22);
|
|
938
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
939
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
940
|
+
|
|
941
|
+
}.lp-sys-typo-heading3-answer { font-family: "Pretendard JP Variable";
|
|
942
|
+
font-size: var(--lp-pri-font-size-22);
|
|
943
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
944
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
945
|
+
|
|
946
|
+
}.lp-sys-typo-heading4-answer { font-family: "Pretendard JP Variable";
|
|
947
|
+
font-size: var(--lp-pri-font-size-20);
|
|
948
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
949
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
950
|
+
|
|
951
|
+
}.lp-sys-typo-heading5-answer { font-family: "Pretendard JP Variable";
|
|
952
|
+
font-size: var(--lp-pri-font-size-16);
|
|
953
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
954
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
955
|
+
|
|
956
|
+
}.lp-sys-typo-heading6-answer { font-family: "Pretendard JP Variable";
|
|
957
|
+
font-size: var(--lp-pri-font-size-16);
|
|
958
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
959
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
960
|
+
|
|
961
|
+
}.lp-sys-typo-title1-accent-bold { font-family: "Pretendard JP Variable";
|
|
962
|
+
font-size: var(--lp-pri-font-size-32);
|
|
963
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
964
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
965
|
+
|
|
966
|
+
}.lp-sys-typo-title2-accent-bold { font-family: "Pretendard JP Variable";
|
|
967
|
+
font-size: var(--lp-pri-font-size-28);
|
|
968
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
969
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
970
|
+
|
|
971
|
+
}.lp-sys-typo-title3-accent-bold { font-family: "Pretendard JP Variable";
|
|
972
|
+
font-size: var(--lp-pri-font-size-24);
|
|
973
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
974
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
975
|
+
|
|
976
|
+
}.lp-sys-typo-title4-accent-bold { font-family: "Pretendard JP Variable";
|
|
977
|
+
font-size: var(--lp-pri-font-size-20);
|
|
978
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
979
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
980
|
+
|
|
981
|
+
}.lp-sys-typo-title5-accent-bold { font-family: "Pretendard JP Variable";
|
|
982
|
+
font-size: var(--lp-pri-font-size-17);
|
|
983
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
984
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
985
|
+
|
|
986
|
+
}.lp-sys-typo-title1-normal-bold { font-family: "Pretendard JP Variable";
|
|
987
|
+
font-size: var(--lp-pri-font-size-32);
|
|
988
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
989
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
990
|
+
|
|
991
|
+
}.lp-sys-typo-title2-normal-bold { font-family: "Pretendard JP Variable";
|
|
992
|
+
font-size: var(--lp-pri-font-size-28);
|
|
993
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
994
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
995
|
+
|
|
996
|
+
}.lp-sys-typo-title3-normal-bold { font-family: "Pretendard JP Variable";
|
|
997
|
+
font-size: var(--lp-pri-font-size-24);
|
|
998
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
999
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1000
|
+
|
|
1001
|
+
}.lp-sys-typo-title4-normal-bold { font-family: "Pretendard JP Variable";
|
|
1002
|
+
font-size: var(--lp-pri-font-size-20);
|
|
1003
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1004
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1005
|
+
|
|
1006
|
+
}.lp-sys-typo-title5-normal-bold { font-family: "Pretendard JP Variable";
|
|
1007
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1008
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1009
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1010
|
+
|
|
1011
|
+
}.lp-sys-typo-paragraph1-normal-bold { font-family: "Pretendard JP Variable";
|
|
1012
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1013
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1014
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1015
|
+
|
|
1016
|
+
}.lp-sys-typo-paragraph2-normal-bold { font-family: "Pretendard JP Variable";
|
|
1017
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1018
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1019
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1020
|
+
|
|
1021
|
+
}.lp-sys-typo-paragraph3-normal-bold { font-family: "Pretendard JP Variable";
|
|
1022
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1023
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1024
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1025
|
+
|
|
1026
|
+
}.lp-sys-typo-paragraph4-normal-bold { font-family: "Pretendard JP Variable";
|
|
1027
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1028
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1029
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1030
|
+
|
|
1031
|
+
}.lp-sys-typo-paragraph1-normal-medium { font-family: "Pretendard JP Variable";
|
|
1032
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1033
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1034
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1035
|
+
|
|
1036
|
+
}.lp-sys-typo-paragraph2-normal-medium { font-family: "Pretendard JP Variable";
|
|
1037
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1038
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1039
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1040
|
+
|
|
1041
|
+
}.lp-sys-typo-paragraph3-normal-medium { font-family: "Pretendard JP Variable";
|
|
1042
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1043
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1044
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1045
|
+
|
|
1046
|
+
}.lp-sys-typo-paragraph4-normal-medium { font-family: "Pretendard JP Variable";
|
|
1047
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1048
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1049
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1050
|
+
|
|
1051
|
+
}.lp-sys-typo-paragraph1-normal-regular { font-family: "Pretendard JP Variable";
|
|
1052
|
+
font-size: var(--lp-pri-font-size-17);
|
|
1053
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1054
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1055
|
+
|
|
1056
|
+
}.lp-sys-typo-paragraph2-normal-regular { font-family: "Pretendard JP Variable";
|
|
1057
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1058
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1059
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1060
|
+
|
|
1061
|
+
}.lp-sys-typo-paragraph3-normal-regular { font-family: "Pretendard JP Variable";
|
|
1062
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1063
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1064
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1065
|
+
|
|
1066
|
+
}.lp-sys-typo-paragraph4-normal-regular { font-family: "Pretendard JP Variable";
|
|
1067
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1068
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1069
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1070
|
+
|
|
1071
|
+
}.lp-sys-typo-paragraph2-post-regular { font-family: "Pretendard JP Variable";
|
|
1072
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1073
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1074
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1075
|
+
|
|
1076
|
+
}.lp-sys-typo-paragraph3-post-regular { font-family: "Pretendard JP Variable";
|
|
1077
|
+
font-size: var(--lp-pri-font-size-15);
|
|
1078
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1079
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1080
|
+
|
|
1081
|
+
}.lp-sys-typo-paragraph4-post-regular { font-family: "Pretendard JP Variable";
|
|
1082
|
+
font-size: var(--lp-pri-font-size-14);
|
|
1083
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1084
|
+
line-height: var(--lp-pri-font-lineheight-150);
|
|
1085
|
+
|
|
1086
|
+
}.lp-sys-typo-paragraph2-answer-bold { font-family: "Pretendard JP Variable";
|
|
1087
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1088
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1089
|
+
line-height: var(--lp-pri-font-lineheight-160);
|
|
1090
|
+
|
|
1091
|
+
}.lp-sys-typo-paragraph2-answer-regular { font-family: "Pretendard JP Variable";
|
|
1092
|
+
font-size: var(--lp-pri-font-size-16);
|
|
1093
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1094
|
+
line-height: var(--lp-pri-font-lineheight-160);
|
|
1095
|
+
|
|
1096
|
+
}.lp-sys-typo-caption1-normal-bold { font-family: "Pretendard JP Variable";
|
|
1097
|
+
font-size: var(--lp-pri-font-size-13);
|
|
1098
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1099
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1100
|
+
|
|
1101
|
+
}.lp-sys-typo-caption2-normal-bold { font-family: "Pretendard JP Variable";
|
|
1102
|
+
font-size: var(--lp-pri-font-size-12);
|
|
1103
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1104
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1105
|
+
|
|
1106
|
+
}.lp-sys-typo-caption3-normal-bold { font-family: "Pretendard JP Variable";
|
|
1107
|
+
font-size: var(--lp-pri-font-size-11);
|
|
1108
|
+
font-weight: var(--lp-pri-font-weight-600);
|
|
1109
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1110
|
+
|
|
1111
|
+
}.lp-sys-typo-caption1-normal-medium { font-family: "Pretendard JP Variable";
|
|
1112
|
+
font-size: var(--lp-pri-font-size-13);
|
|
1113
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1114
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1115
|
+
|
|
1116
|
+
}.lp-sys-typo-caption2-normal-medium { font-family: "Pretendard JP Variable";
|
|
1117
|
+
font-size: var(--lp-pri-font-size-12);
|
|
1118
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1119
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1120
|
+
|
|
1121
|
+
}.lp-sys-typo-caption3-normal-medium { font-family: "Pretendard JP Variable";
|
|
1122
|
+
font-size: var(--lp-pri-font-size-11);
|
|
1123
|
+
font-weight: var(--lp-pri-font-weight-500);
|
|
1124
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1125
|
+
|
|
1126
|
+
}.lp-sys-typo-caption1-normal-regular { font-family: "Pretendard JP Variable";
|
|
1127
|
+
font-size: var(--lp-pri-font-size-13);
|
|
1128
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1129
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1130
|
+
|
|
1131
|
+
}.lp-sys-typo-caption2-normal-regular { font-family: "Pretendard JP Variable";
|
|
1132
|
+
font-size: var(--lp-pri-font-size-12);
|
|
1133
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1134
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1135
|
+
|
|
1136
|
+
}.lp-sys-typo-caption3-normal-regular { font-family: "Pretendard JP Variable";
|
|
1137
|
+
font-size: var(--lp-pri-font-size-11);
|
|
1138
|
+
font-weight: var(--lp-pri-font-weight-350);
|
|
1139
|
+
line-height: var(--lp-pri-font-lineheight-130);
|
|
1140
|
+
|
|
1141
|
+
}
|
|
918
1142
|
}
|