@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat'), url(/24785cc015b27a3e964b.ttf) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat'), url(/50f0257aa1e905f4bfaf.ttf) format('woff2');
}

body {
    font-family: 'Montserrat', sans-serif;
  }
    .hotspot-measure {
    padding: 10px;
    box-sizing: border-box;
    background: white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    text-align: center;
    transition: transform 0.3s ease;
    }
    
    .hotspot-measure-title {
        font-size: 12px;
        font-weight: medium;
    }
    
    .hotspot-measure-value {
        font-size: 12px;
        font-weight: bold;
    }
    
    .hotspot-measure-dot {
        width: 2px;
        height: 2px;
        background: #b42929;
        border-radius: 10%;
    }
    
    .hotspot-measure-corner {
        width: 6px;
        height: 6px;
        background: #b42626;
        border-radius: 100%;
    }
