/*
Theme Name: Torriton Mega Hair Interno
Theme URI: https://www.torriton.com.br/
Author: TheDevWP
Description: Tema interno para consulta do estoque de Mega Hair do Torriton, integrado ao plugin Torriton Mega Hair Manager.
Version: 1.3.13
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: torriton-megahair
*/

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
html, body { margin: 0; padding: 0; }
body {
    background: #fcfbf9;
    color: #202020;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0;
    position: absolute !important; width: 1px; word-wrap: normal !important;
}
.tmh-theme-generic {
    width: min(1100px, calc(100% - 40px));
    margin: 80px auto;
}
.tmh-theme-generic h1 { font-size: clamp(32px, 5vw, 64px); margin-bottom: 20px; }
.tmh-theme-generic .entry-content { line-height: 1.75; }
