/*
Theme Name: Bread Butter Club
Theme URI: https://www.breadbutterclub.com
Author: Bread Butter Club
Description: Custom theme for Bread Butter Club - Home, About, Services, Projects, Contact and Project pages, converted from custom HTML/CSS/JS blocks.
Version: 1.0
Text Domain: brewcrew-theme
*/

html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
img, video {
  max-width: 100%;
}
