.ft-windows {
    text {
        fill: $gorilla;
        font-size: $xs-small-txt;
        font-weight: $heavy-weight;
    }

    rect {
        fill: $gorilla;
    }

    &-line {
        stroke: $gorilla;
        stroke-width: 2.5px;

        &-dashed {
            stroke-dasharray: 8px 4px;
        }
    }

    &-text-container {
        font-size: 1.3rem;
        font-weight: 700;
        position: absolute;
        top: -1000px;
        left: -1000px;
    }
}
