/*
Theme Name: Point & Co
Theme URI: https://pointandco.pl
Author: Point & Co
Author URI: https://pointandco.pl
Description: Minimalny motyw WordPress przygotowany do pracy z Elementorem.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: point-and-co
*/

html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111;
    background: #fff;
}

a {
    color: inherit;
}

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

.site-main {
    min-height: 60vh;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header,
.site-footer {
    padding: 24px 0;
}

.site-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.post-content {
    line-height: 1.6;
}
