﻿@font-face {
    font-family: "gov";
    src: url("../fonts/gov.eot");
    src: url("../fonts/gov.eot?#iefix") format("embedded-opentype"), url("../fonts/gov.ttf") format("truetype"), url("../fonts/gov.woff") format("woff");
}

@font-face {
    font-family: "gov_bold";
    src: url("../fonts/gov_bold.eot");
    src: url("../fonts/gov_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gov_bold.ttf") format("truetype"), url("../fonts/gov_bold.woff") format("woff");
    font-weight: bold;
}

body {
    position: relative;
    font-family: 'gov';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background-color: #efeff6;
    -webkit-font-smoothing: antialiased;
    text-align: right;
}

/* custom scrollbar */
*::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}

*::-webkit-scrollbar-track {
    background-color: transparent !important;
}

*::-webkit-scrollbar-thumb {
    background-color: #57607c;
    border-radius: 10px;
}
