/*
Theme Name: ALEDAS Grupo Empresarial
Theme URI: https://aledas.ao
Author: BNMSIMAO Consultoria
Author URI: https://bnmsimao.com
Description: Tema WordPress custom para ALEDAS, rápido, responsivo e otimizado sem plugins.
Version: 1.0.0
Requires at least: 7.0
Tested up to: 7.5
Text Domain: aledas
Tags: custom-background, custom-logo, custom-menu, featured-images, responsive-layout, accessibility, performance
*/

:root {
  color-scheme: dark;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #0d1320;
  color: #f7f7f7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #021424;
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 999;
  transition: top 0.2s ease-in-out;
}

.skip-link:focus {
  top: 0;
}
