
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

html {
    color-scheme: dark light;
}

body {
    min-height: 100vh;
    line-height: 1;
}

body,
h1,
h2,
h3,
h4,
p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

/* Kun for skærmlæsere */
.sr-only {
    position: absolute;
    left: -1000px;
    width: 1px;
    height: 1px;
    top: auto;
    overflow: hidden;
}
