@import url("/?originalUrl=https%3A%2F%2Freclojure.org%2Ffonts%2Finter.css");

:root {
    font-family: Inter, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
