/* ==========================================================================
   dxpack Frontend - Base Custom Styles
   Loaded by both login.html and body.html (before custom2.css)
   ========================================================================== */

/* Cuyabra font (kept for backward compatibility) */
@font-face {
	font-family: Cuyabra;
	src: url("../fonts/cuyabra.woff") format("woff");
}

/* No-select (used on body class) */
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
