@font-face {
    font-family: "AvantGarde Bk BT";
    src: url("../fonts/AvantGardeBookBT.ttf");
}

.gen{
    fill: #009BDA;
}

.grd{
    fill: #004062;
}

.sol{
    fill: #FDC015;
}

.btt{
    fill: #2BA992;
}

.lod{
    fill: #004062;
}

.tron{
    r:5;
    display:none;
}

.tron:hover{
    r:10;
    transition: all 1s;
}

.legend{
    font-family: "AvantGarde Bk BT";
    fill:#003767;
    text-anchor:middle;
}

.status{
    display:none;
}

.channel{
    stroke:#000;
    stroke-dasharray: 0.0; 
    stroke-linecap:round;
    stroke-width: 1;
    fill:none;
}