/*
Theme Name: Rebeca
Theme URI: https://example.com/rebeca
Author: Rebeca
Author URI: https://example.com
Description: Tema WordPress personalizado para Rebeca.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: rebeca
*/

:root {
    --rebeca-container: 1200px;
    --rebeca-text: #1f2933;
    --rebeca-bg: #ffffff;
    --rebeca-accent: #2d6a4f;
}

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

html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 90%;
}

body {
    color: var(--rebeca-text);
    background: var(--rebeca-bg);
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.site-container {
    width: min(100% - 2rem, var(--rebeca-container));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.widget {
    margin-bottom: 1.5rem;
}

.widget-title {
    margin: 0 0 0.75rem;
}
