/*
Theme Name: UCB Blank White
Theme URI: https://urbancafebcn.com/
Author: OpenAI
Description: Minimal blank white WordPress theme with no custom page layout. It stays neutral so your existing page content or builders are not overridden.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ucb-blank-white
*/

html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #111111;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

.site {
  min-height: 100vh;
  background: #ffffff;
}

.site-main {
  display: block;
}

.site-content,
.content-area,
.entry-content,
.post-content,
article,
main {
  background: #ffffff;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}
