/*!
Theme Name: opora
Theme URI: https://webzaytsev.ru/
Author: WEBzaytsev && Contributors
Author URI: https://github.com/WEBzaytsev
Description: Custom theme for a psychologist magazine
Version: 2.2.05
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: op
 */

:root {
    --container-width: 1760px;
    --op-light-blue: #d6e8ff;
}

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

body {
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #F7F7F7;
}

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