/*
Theme Name: Divary Studio
Theme URI: https://divarystudio.com.br
Author: Divary Studio
Author URI: https://divarystudio.com.br
Description: Tema leve criado para o site da Divary Studio. Nao declara nenhuma font-family propria, entao nao existe regra de tema competindo com o CSS do layout. Compativel com Elementor, com template Canvas incluso.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divary-studio
Tags: full-width-template, custom-logo, editor-style, blog
*/

/* =====================================================================
   PROPOSITO DESTE ARQUIVO
   Este tema nao define font-family, font-size nem font-weight em
   nenhum seletor. Assim o CSS do layout (ou do Elementor) manda em
   100% da tipografia e nada e sobrescrito.
   ===================================================================== */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;padding:0;background:#03091a;color:#e9f1fb}
img,svg,video{display:block;max-width:100%;height:auto}
a{color:inherit}
figure{margin:0}

/* o WordPress injeta margens em titulos e paragrafos pelo core */
h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,figure{margin:0;padding:0}
ul,ol{list-style:none}

/* acessibilidade padrao exigida pelo WordPress */
.screen-reader-text{
  border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;
  padding:0;position:absolute;width:1px;word-wrap:normal!important;
}
.screen-reader-text:focus{
  clip-path:none;height:auto;width:auto;left:6px;top:6px;z-index:100000;
  display:block;padding:14px 22px;background:#03091a;color:#2ecbff;
}
.skip-link:focus{outline:2px solid #2ecbff}

/* conteudo padrao (paginas do blog, 404 etc.) */
.dv-shell{max-width:760px;margin:0 auto;padding:120px 24px 90px}
.dv-shell a{color:#2ecbff}
.dv-shell > * + *{margin-top:1.1em}
.alignwide{max-width:1100px;margin-inline:auto}
.alignfull{max-width:none;width:100%}
