@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

h1, h2, h3, h4, h5, h6, hr, figure {
    display: block;
    font-size: 2.5em;
    font-weight: normal;
    border-width: 0;
    opacity: 1;
}

button {
    background-color: rgb(30, 34, 38);
    color: white;
    border: none;
    max-width: 10vw;
    min-height: 50px;
    border-radius: 25px 25px 25px 25px;
}

input[type=color] {
    background-color: rgb(30, 34, 38);
    color: white;
    border: none;
    margin: -3px;
    border-radius: 25px 25px 25px 25px;
}

button:hover {
    background-color: rgb(40, 44, 48);
}

body {
    color: white;
    background-color: rgb(10, 12, 16);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #2c2c2c;
}

code:hover {
    background-color: rgb(81, 83, 85);
}

