/*
Theme Name: Skyware
Theme URI: https://www.skyware.pl/
Author: Skyware
Description: WordPress theme scaffold for migrating the legacy Skyware CMS.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: skyware
*/

body {
    margin: 0;
}

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

.wp-caption,
.aligncenter {
    max-width: 100%;
}

.wp-caption img,
.site-main img {
    height: auto;
    max-width: 100%;
}

.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;
    width: 1px;
    word-wrap: normal;
}

