We craft letterforms that dance between the digital and physical realms
@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;
}