/*
Theme Name: Frootheme
Theme URI: https://froosolutions.com/
Author: Froosolutions
Author URI: https://froosolutions.com/
Description: Minimalny, pusty motyw bazowy WordPress przygotowany przez Froosolutions.
Version: 1.0.0
Text Domain: frootheme
*/

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #ffffff;
}

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