/*
Theme Name: UEB Base
Theme URI: https://uebcard.com.br/
Author: UEB Card
Description: Tema técnico mínimo para o ecossistema UEB Card. A interface principal é controlada pelos plugins UEB Card.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ueb-base
*/

:root {
  color-scheme: light;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #171717;
}

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

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

.ueb-base-main {
  width: 100%;
  min-height: 100vh;
}

.ueb-base-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0;
}
