Brand Kit
Typography
SUBZERO
Montserrat ExtraBold
Primary wordmark.
CSS snippet
.subzero-text {
font-family: "Montserrat", system-ui, sans-serif;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.02em;
line-height: 1;
background: linear-gradient(180deg, var(--sz-blue-1), var(--sz-blue-2));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 1px 0 rgba(255,255,255,.25);
-webkit-text-stroke: 1px rgba(0,0,0,.65);
}
STUDIOS
Gotham Rounded Bold
Secondary lockup. Licensed font — use Nunito as a free substitute when needed.
CSS snippet
.studios-text {
font-family: "Gotham Rounded", "Nunito", sans-serif;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}
Bundle a licensed Gotham Rounded file with internal brand packages only.