/*
Theme Name: KSupport24 Blank Theme
Theme URI: https://www.ksupport24.com
Author: KSupport24
Author URI: https://www.ksupport24.com
Description: Completely blank WordPress theme. No header, no footer, no title, no menu. Shows only page/post content.
Version: 1.0.0
License: GPLv2 or later
Text Domain: ksupport24-blank-theme
*/

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: transparent;
}

body {
  font-family: Arial, Tahoma, sans-serif;
}

img,
video,
iframe {
  max-width: 100%;
}

.ks24-blank-content {
  margin: 0;
  padding: 0;
}
