/*
Theme Name: MP Ferazzi
Theme URI: https://ferazzi.cz/
Author: MM Production
Description: Lightweight Elementor Pro foundation for the Ferazzi website.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: mp-ferazzi
*/

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

