* {
    box-sizing: border-box;
}

html,
body {
    overflow: hidden;
}

body,
input,
button,
textarea,
pre {
    font: 400 1rem "Roboto", sans-serif;
}

th {
    min-width: 150px;
}

button:active,
a:active,
input[type="button"]:active,
input[type="submit"]:active,
i:active {
    transform: scale(0.95);
    transition: none;
}

:root {
    --white: #fff;
    --background: #ffffff;
    --background-menus: #222d32;
	--menu-items: #99A5AC;
    --gray-line: #dcdde0;
    --text: #666666;
    --text-highlight: #b3b9ff;
    --title: #2e384d;
    --red: #e83f5b;
    --green: #4cd62b;
    --blue: #5965e0;
    --blue-dark: #4953b8;
    --blue-twitter: #2aa9e0;
}

@media (max-width: 1089px) {
    html {
        font-size: 93.75%;
    }
}

@media (max-width: 720px) {
    html {
        font-size: 87.5%;
    }
}
