/* Orbsam wordmark lockup. Copy this folder (public/css/brand) to sister apps.
   Face: Satoshi Bold 700 (Fontshare), latin — same on every device. */
@font-face {
    font-family: 'Orbsam Logo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('satoshi-latin-700-normal.woff2') format('woff2');
}

.orbsam-logo {
    font-family: 'Orbsam Logo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.orbsam-logo--nav {
    font-size: 1.25rem;
}

.orbsam-logo--hero {
    font-size: 2.5rem;
}
