/*
Theme Name: Preto Motos WordPress
Theme URI: https://example.com/preto-motos-wordpress
Author: Genspark
Author URI: https://www.genspark.ai/
Description: Tema WordPress convertido a partir do layout Preto Motos, com páginas de loja, produto, carrinho e conta em estilo moderno responsivo.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: preto-motos-wordpress
*/

:root {
  --brand-orange: #E24407;
  --brand-accent: #F48600;
  --brand-dark: #111111;
  --brand-gray: #F5F5F5;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

a {
  text-decoration: none;
}

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

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.wp-site-blocks,
.site,
.site-main {
  min-height: 100vh;
}

.preto-theme-page {
  overflow-x: hidden;
}

.preto-logo-text {
  line-height: 1;
}

.preto-empty-state {
  min-height: 40vh;
}

.preto-theme-page .menu,
.preto-theme-page ul {
  margin: 0;
  padding: 0;
}
