:root {
    --green: #0b6672;
    --yellow: #f1b425;
    --pink: #ff488b;
}
body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5 {
    font-family: "Heveltica Neue", Heveltica, Arial, sans-serif;
}


/* 
input[type="number"] {
    -moz-appearance: textfield;
} */