:root {
    --background1: #111114;
    --background2: #0f0f12;
    --background3: #16161c;
    --background4: #47291c;

    --texture1: url(img/background_texture.png);

    --border: #1d1e24;
    --shadow: #1c1c27;

    --color1: #fcfafb;
    --color2: #ffd678;
    --color3: #878d99;

    --firstFont: "title";
    --secondFont: "Roboto", "Arial", sans-serif;
}

body{
    margin: 0;
}

h1, h2{
    font-weight: normal;
}

circle{
    fill: none;
}

input, select, fieldset{
    border: none;
    outline: none;
}

input[type="month"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="submit"] {
    cursor: pointer;
}

button, a{
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
}