@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap'); body { background-color: rgb(30, 30, 30); } body > * { color: white; } * { font-family: "Red Hat Mono", serif; }