Typography that breathes

We craft letterforms that dance between the digital and physical realms

Featured Projects

Neon Sans

A geometric typeface with glowing edges

View Case Study →

Inkwell Script

Fluid calligraphy meets digital precision

View Case Study →

Typography in Code

@font-face {
    font-family: 'SpectralInk';
    src: url('spectral-ink.woff2') format('woff2'),
         url('spectral-ink.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'SpectralInk', sans-serif;
    letter-spacing: -0.02em;
    line-height: 1.1;
}