/*
Theme Name: Custom RDTP Theme
Theme URI: https://razdwatrzypies.pl/
Author: Jan Konarzewski
Description: Custom lightweight theme for Raz Dwa Trzy Pies.
Version: 1.1.0
Text Domain: custom-rdtp-theme
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
*/

body {
    margin: 0;
}

.rdtp-site-main {
    width: 100%;
}

.rdtp-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 16px;
}
