Brand Information

The essence of our identity

Brand Name

SubZero Studios — A Game Design Studio

Primary Use

Game intros, mod splash screens, product branding, merchandise, and marketing materials

Description

A modern, bold logo featuring "SUBZERO" in Montserrat ExtraBold with Arctic Blue gradients and layered outlines. "STUDIOS" sits below in Bebas Neue inside a frosted white box, accented by a stylized snowflake emblem. The design merges geometric precision and cold-tech aesthetics, representing creativity and control in equal measure.

Typography

Font families that define our voice

SUBZERO
Montserrat ExtraBold
Primary brand wordmark
.subzero-text {
  font-family:"Montserrat", system-ui, sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.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;
          color:transparent;
  text-shadow:
    0 1px 0 rgba(255,255,255,.25),
    0 -1px 0 rgba(0,0,0,.25),
    0 0 12px rgba(0,0,0,.35);
  -webkit-text-stroke: 1px rgba(0,0,0,.65);
}
Download Font
STUDIOS
Gotham Rounded Bold
STUDIOS wordmark • Secondary branding
.studios-text {
  font-family: 'Gotham Rounded', 'Montserrat Rounded', 'Nunito', sans-serif;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}