/*
Theme Name: Justice Beard Media Basecamp
Theme URI: https://justicebeard.com/
Author: Skyler Osborn
Version: 1.0
Text Domain: jbm-basecamp
*/


/* Begin CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
html,
body {
  height: 100%;
  width: 100vw;
  font-size: 20px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  max-width: clamp(320px, 90%, 1000px);
  margin: auto;
}
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
	text-wrap: balance;
}
ul,
ol{
  list-style:none;
}
p {
	/* set to taste */
  max-width: 65ch; 
}

/* End CSS Reset */

