@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: #43b0d5;
    --text-input: #383838;
    --color-top-dialog: #00b8d7;
    --grey-blue: #383838;
}