Spaces:
Running
Running
Update script.css
Browse files- script.css +7 -7
script.css
CHANGED
|
@@ -50,7 +50,7 @@ body {
|
|
| 50 |
.heading-2 {
|
| 51 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 52 |
font-weight: 400;
|
| 53 |
-
font-size:
|
| 54 |
letter-spacing: -0.02em;
|
| 55 |
margin: 0 0 0.4em;
|
| 56 |
}
|
|
@@ -58,7 +58,7 @@ body {
|
|
| 58 |
.heading-3 {
|
| 59 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 60 |
font-weight: 400;
|
| 61 |
-
font-size:
|
| 62 |
letter-spacing: -0.01em;
|
| 63 |
margin: 0 0 0.4em;
|
| 64 |
}
|
|
@@ -66,14 +66,14 @@ body {
|
|
| 66 |
.heading-4 {
|
| 67 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 68 |
font-weight: 400;
|
| 69 |
-
font-size:
|
| 70 |
margin: 0 0 0.4em;
|
| 71 |
}
|
| 72 |
|
| 73 |
.heading-5 {
|
| 74 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 75 |
font-weight: 400;
|
| 76 |
-
font-size:
|
| 77 |
margin: 0 0 0.4em;
|
| 78 |
}
|
| 79 |
|
|
@@ -143,8 +143,8 @@ body {
|
|
| 143 |
align-items: center;
|
| 144 |
justify-content: center;
|
| 145 |
overflow: hidden;
|
| 146 |
-
border-bottom-left-radius:
|
| 147 |
-
border-bottom-right-radius:
|
| 148 |
}
|
| 149 |
|
| 150 |
.hero-video {
|
|
@@ -202,7 +202,7 @@ body {
|
|
| 202 |
border-radius: 999px;
|
| 203 |
border: 1px solid transparent;
|
| 204 |
font-family: "Asap", system-ui, sans-serif;
|
| 205 |
-
font-size:
|
| 206 |
font-weight: 600;
|
| 207 |
text-decoration: none;
|
| 208 |
cursor: pointer;
|
|
|
|
| 50 |
.heading-2 {
|
| 51 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 52 |
font-weight: 400;
|
| 53 |
+
font-size: 35px;
|
| 54 |
letter-spacing: -0.02em;
|
| 55 |
margin: 0 0 0.4em;
|
| 56 |
}
|
|
|
|
| 58 |
.heading-3 {
|
| 59 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 60 |
font-weight: 400;
|
| 61 |
+
font-size: 30px;
|
| 62 |
letter-spacing: -0.01em;
|
| 63 |
margin: 0 0 0.4em;
|
| 64 |
}
|
|
|
|
| 66 |
.heading-4 {
|
| 67 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 68 |
font-weight: 400;
|
| 69 |
+
font-size: 25px;
|
| 70 |
margin: 0 0 0.4em;
|
| 71 |
}
|
| 72 |
|
| 73 |
.heading-5 {
|
| 74 |
font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
|
| 75 |
font-weight: 400;
|
| 76 |
+
font-size: 20px;
|
| 77 |
margin: 0 0 0.4em;
|
| 78 |
}
|
| 79 |
|
|
|
|
| 143 |
align-items: center;
|
| 144 |
justify-content: center;
|
| 145 |
overflow: hidden;
|
| 146 |
+
border-bottom-left-radius: 0px;
|
| 147 |
+
border-bottom-right-radius: 0px;
|
| 148 |
}
|
| 149 |
|
| 150 |
.hero-video {
|
|
|
|
| 202 |
border-radius: 999px;
|
| 203 |
border: 1px solid transparent;
|
| 204 |
font-family: "Asap", system-ui, sans-serif;
|
| 205 |
+
font-size: 14px;
|
| 206 |
font-weight: 600;
|
| 207 |
text-decoration: none;
|
| 208 |
cursor: pointer;
|