/*
Theme Name: Hipercorts
Theme URI: https://hipercorts.com.br
Author: Hipercorts
Author URI: https://hipercorts.com.br
Description: Tema corporativo moderno (Bootstrap) integrado ao Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hipercorts
*/

/* Base theme styles (Elementor-friendly) */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* Helpful defaults when Elementor is not in control */
.site-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main.site-main {
  flex: 1 0 auto;
}

