/* fonts definitions */

@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-font-family-0.80/Ubuntu-R.ttf');
}

@font-face {
    font-family: Ubuntu;
    src: url('../fonts/ubuntu-font-family-0.80/Ubuntu-B.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Ubuntu Medium";
    src: url('../fonts/ubuntu-font-family-0.80/Ubuntu-M.ttf');
}

@font-face {
    font-family: "Ubuntu Medium";
    src: url('../fonts/ubuntu-font-family-0.80/Ubuntu-B.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Ubuntu Light";
    src: url('../fonts/ubuntu-font-family-0.80/Ubuntu-L.ttf');
}

@font-face {
    font-family: "Ubuntu Light";
    src: url('../fonts/ubuntu-font-family-0.80/Ubuntu-B.ttf');
    font-weight: bold;
}

/* end of fonts definitions */

/* basic text settings */
body {
    font-size: 16px;
    font-family: "Ubuntu Light", Tahoma, Arial, Verdana, sans-serif;
}

input,
select,
textarea {
    font-family: "Ubuntu Light", Tahoma, Arial, Verdana, sans-serif !important;
}

input,
select,
th,
td {
    font-size: 1em;
}

a, a:link, a:active, a:focus, a:hover {
    outline: none !important;
    outline-offset:-2px !important;
}



:focus,
:active {
    outline: none !important;
    outline-offset:-2px !important;
}



*|*:-moz-any-link:focus {
    outline-width: 0 !important;
    -moz-appearance: none !important;
    outline: none !important;
    outline-offset:-2px;
}

input:focus::-moz-focus-inner {
    border-color: transparent !important;
}




/* end of basic text settings */