@font-face {
    font-family: "tweaklab";
    src: url("fonts/tweaklab.woff2");
}

.tl-dots {
    font-family: "tweaklab", monospace;
    font-size: 4em;
    text-transform: uppercase;
    /*color: #ccc;*/
    position: relative;
    display: inline-block;

    /* compensate for incorrect line height from the webfont (handglänk mol pi) */
    line-height: .956em;
    padding-top: .03em;
}

.tl-dots-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    margin-bottom: 1em;
}

.tl-dot {
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translateX(-50%) translateY(-50%) scale(100%);*/
    width: 5px;
    height: 5px;
    background-color: black;
    pointer-events: none;
    /*-moz-transform: rotate(40deg);*/
}