/*
Theme Name: MarketPays Shell
Theme URI: https://example.com/
Author: Eprojekt
Description: Lekki motyw bazowy dla portalu MarketPays. Odpowiada tylko za header, footer i globalny layout. Moduły portalu są osadzane shortcode'ami z dedykowanej wtyczki.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: marketpays-shell
*/

:root{
  --mp-bg:#ffffff;
  --mp-text:#10213a;
  --mp-muted:#6b7890;
  --mp-primary:#1677ee;
  --mp-border:#e6ebf2;
  --mp-container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--mp-bg);
  color:var(--mp-text);
  font-family:Poppins,Arial,sans-serif;
  line-height:1.5;
}
a{color:inherit}
img{max-width:100%;height:auto}
.mp-container{
  width:min(calc(100% - 40px),var(--mp-container));
  margin:0 auto;
}
.site-main{
  min-height:60vh;
}
.entry-content{
  width:100%;
}
