@font-face {
    font-family: 'Earth';
    src: url('/fonts/earth.woff') format('woff'),
         url('/fonts/earth.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.distance-title {
    font-family: 'Earth', sans-serif;
    letter-spacing: 0.05em;
    color: white !important;
}
