2.6
New Logo Updated cache system now 15/30mins but scope updates every minute Font update
This commit is contained in:
+26
-21
@@ -49,36 +49,41 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* The big "SUNScope" wordmark */
|
||||
/* The big "SunScope" wordmark */
|
||||
.utci-title {
|
||||
font-family: Fraunces, serif;
|
||||
font-weight: 900;
|
||||
font-variation-settings: "opsz" 144;
|
||||
font-size: clamp(48px, 6vw, 80px); /* responsive — scales with viewport */
|
||||
line-height: 0.9;
|
||||
letter-spacing: -0.03em;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-weight: 250;
|
||||
font-size: clamp(48px, 6vw, 80px);
|
||||
line-height: 1;
|
||||
letter-spacing: -0.01em;
|
||||
color: #1e1208;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.05em;
|
||||
}
|
||||
|
||||
.utci-title .title-sun,
|
||||
.utci-title .title-scope {
|
||||
color: #1e1208;
|
||||
}
|
||||
|
||||
.utci-title .title-sun { /* "SUN" — bold + brass */
|
||||
color: #c8922a;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.utci-title .title-scope { /* "Scope" — italic light, matching about page */
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
.title-icon {
|
||||
width: 0.82em;
|
||||
height: 0.82em;
|
||||
color: #1e1208;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* "See the sun the way..." */
|
||||
/* "See the world the way..." */
|
||||
.utci-tagline {
|
||||
font-family: Fraunces, serif;
|
||||
font-style: italic;
|
||||
font-size: 17px;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 11px;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: #7a5c2a;
|
||||
margin-top: 14px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
/* "↳ Location, Somewhere" + the magnifier that reveals the search */
|
||||
|
||||
Reference in New Issue
Block a user