/*
Theme Name: Comunity's App Theme
Theme URI: https://comunitys.local/
Author: novelty8
Description: Tema full-screen dedicado para la app Comunity's en WordPress.
Version: 0.1.0
Text Domain: comunitys-app-theme
*/

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #f1f5f9;
}
