*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    font-weight: normal;
    font-family: 'DM Sans', sans-serif;
}
input {
    border: solid 1px var(--ctr--grey);
}
ul,
ol {
    list-style: none;
    padding: 0rem;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

img,
picture,
svg {
    max-width: 100%;
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
}
