@font-face {
    font-family: 'glegoo';
    src: url('glegoo-regular-webfont.woff2') format('woff2'),
         url('glegoo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'glegoo';
    src: url('glegoo-bold-webfont.woff2') format('woff2'),
         url('glegoo-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
    color: #505456;
    font-family: 'glegoo';
    padding-bottom: 56px;
}

.nowrap {
    min-width: 90px !important;
}

.btn-dark {
    border-color: #75B94E;
    background-color: #75B94E;
}

.btn-dark:hover {
    border-color: #505456;
    background-color: #505456;
}

.btn-outline-dark:hover {
    background-color: #818586;
    border-color: #818586;
}

.input-group {
    min-width: 160px;
}