﻿@charset "utf-8";
@font-face {
    font-family: HelveticaRounded;
    src: url(../../assets/HelveticaRoundedLTStd-Bd.otf);
    src: url(../../assets/HelveticaRoundedLTStd-Bd.woff) format("opentype");
}

@font-face {
    font-family: HelveticaRoundedBold;
    src: url(../../assets/HelveticaRoundedLTStd-Bd.otf);
    src: url(../../assets/HelveticaRoundedLTStd-Black.woff) format("opentype");
}

body {
    font-family: HelveticaRoundedBold;
    font-weight: 300;
    font-size: 28pt;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

.disable-select {
    pointer-events: none;
}

.text-selection-none {
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
}

.text-center {
    text-align: center;
}

