/*
Theme Name: Pension From Russia
Theme URI: https://pensionfromrussia.com
Author: Docs from USA
Author URI: https://docsfromusa.com
Description: Лендинг для услуги оформления свидетельства о нахождении в живых для пенсионеров из России живущих в США. Оптимизирован под SEO, производительность и пожилую аудиторию.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pensionfromrussia
Tags: landing-page, business, custom-colors, custom-logo, custom-menu, translation-ready
*/

/* Базовые сбросы и стили — основной функционал в assets/css/main.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-base);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text);
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: var(--color-primary);
    text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: none;
}

.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;
}
