/*
Theme Name:  Opus SST
Theme URI:   https://opussst.com
Author:      Opus SST
Author URI:  https://opussst.com
Description: Tema one-page da Opus SST — Medicina Ocupacional e Segurança do Trabalho em Florianópolis-SC.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:     Proprietary
Text Domain: opus-sst-theme
Tags:        one-page, business, full-width-template
*/

/* Estilos base do tema — o visual real vem do React (build/assets/index-D87lbuQU.css) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  background: #0b1f2a;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
}

#opus-sst-root {
  display: block;
  width: 100%;
  min-height: 100vh;
}

/* Esconde elementos padrão do WordPress que não fazem parte do tema */
.admin-bar #opus-sst-root {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #opus-sst-root {
    padding-top: 46px;
  }
}
