/*
Theme Name: Ortiz Otero Abogados
Theme URI: https://www.ortizoteroabogados.es
Author: Agencia RedIA
Description: Tema personalizado para Ortiz Otero Abogados, despacho laboralista en Sabadell especializado en derechos de trabajadores en Cataluña.
Version: 1.0
License: Privado
Text Domain: ortizotero
*/

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #1f2937;
  background: #ffffff;
}

a {
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.85;
}

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