/* Front-end: square corners (overrides vendor CSS such as Cropper.js) */
html body,
html body *,
html body *::before,
html body *::after {
    border-radius: 0 !important;
}
