@font-face {
    font-family: 'FreeMono';
    src: url('../fonts/FreeMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.brand-text-freemono {
    font-family: 'FreeMono', 'Courier New', monospace;
    font-weight: normal;
    letter-spacing: 0.05em;
}