/* Heebo font — local, all weights */
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('./Heebo.ttf') format('truetype');
}
