* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: .2s;
    font-family: "Metropolis";
}

:root {
    --link: #359;
    --blue: #57B;
    --red: #d33;
    --bk: #222;
    --wt: #fff;
    --bone: #fcfbfa;
    --greyDark: #333;
    --greyLight: #888;
    --ticketGreen: #e0fdda;
    --ticketGreenDark: #c2dfbc;
}

ul {
    list-style: none;
}

input {
    outline: none;
}