1
2:root {
3 --ts-logo-width: 200px;
4
5 --ts-font-family: Poppins;
6 --ts-font-style: normal;
7 --ts-font-weight: 400;
8 --ts-letter-spacing: 0em;
9
10 --ts-heading-font-family: Poppins;
11 --ts-heading-font-style: normal;
12 --ts-heading-font-weight: 600;
13 --ts-heading-letter-spacing: 0em;
14
15 --ts-btn-font-family: Poppins;
16 --ts-btn-font-style: normal;
17 --ts-btn-font-weight: 600;
18 --ts-btn-letter-spacing: 0em;
19
20 --ts-menu-font-family: Poppins;
21 --ts-menu-font-weight: 500;
22 --ts-menu-font-size: 14px;
23 --ts-menu-letter-spacing: inherit;
24
25 --ts-v-menu-font-family: Poppins;
26 --ts-v-menu-font-weight: 500;
27 --ts-v-menu-font-size: inherit;
28 --ts-v-menu-letter-spacing: 0em;
29
30 --ts-body-font-size: 14px;
31 --ts-line-height: 24px;
32 --ts-btn-font-size: 14px;
33 --ts-btn-line-height: 24px;
34 --ts-product-font-size: 14px;
35 --ts-h1-font-size: 40px;
36 --ts-h1-line-height: 54px;
37 --ts-h2-font-size: 30px;
38 --ts-h2-line-height: 40px;
39 --ts-h3-font-size: 26px;
40 --ts-h3-line-height: 32px;
...
</html>