img,
video,
picture,
[data-protected] {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

p,
li,
h1, h2, h3, h4, h5, h6,
address,
.legal-disc,
.document-content {
    -webkit-user-select: text;
    user-select: text;
}

::selection {
    background: var(--color-accent);
    color: var(--color-ink-deep);
}
