@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap");

body {
    font-family: "Inconsolata" !important;
    font-size: 16px;
}

header {
    background-color: #b6e4ff;
}

.min-content {
    width: min-content;
}

.copy-button {
    text-align: center;

    hover {
        filter: hue-rotate(90deg);
    }
}
