@font-face{
    font-family:'open-sans';
    src:url('_fonts/regular.eot');
    src:url('_fonts/regular.eot?#iefix') format('embedded-opentype'),
        url('_fonts/regular.svg') format('svg'),
        url('_fonts/regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family:'open-sans-bld';
    src:url('_fonts/bold.eot');
    src:url('_fonts/bold.eot?#iefix') format('embedded-opentype'),
        url('_fonts/bold.svg') format('svg'),
        url('_fonts/bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family:'open-sans-lgt';
    src:url('_fonts/light.eot');
    src:url('_fonts/light.eot?#iefix') format('embedded-opentype'),
        url('_fonts/light.svg') format('svg'),
        url('_fonts/light.ttf') format('truetype');
    font-weight:normal;
    font-style:normal
}

:root { 
    --blue: #487934;
    --text-input: #333;
    --color-top-dialog: #2e4b22;
    --grey-blue:rgb(101, 121, 128);
}
