@charset "utf-8";
/* CSS Document */
body {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
}

::selection {
    background: transparent;
}
