@font-face {
  font-family: 'Poppins_Regular';
  font-weight: normal;
  src: local('Poppins Regular'), local('Poppins_Regular'), local('PoppinsRegular'), url(../font/Poppins_Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins_Medium';
  font-weight: normal;
  src: local('Poppins Medium'), local('Poppins_Medium'), local('PoppinsMedium'), url(../font/Poppins_Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins_Bold';
  font-weight: normal;
  src: local('Poppins Bold'), local('Poppins_Bold'), local('PoppinsBold'), url(../font/Poppins_Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato_Regular';
  font-weight: normal;
  src: local('Lato Regular'), local('Lato_Regular'), local('LatoRegular'), url(../font/Lato_Regular.woff) format('woff');
}
@font-face {
  font-family: 'Lato_Light';
  font-weight: normal;
  src: local('Lato Light'), local('Lato_Light'), local('LatoLight'), url(../font/Lato-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato_Bold';
  font-weight: normal;
  src: local('Lato Bold'), local('Lato_Bold'), local('LatoBold'), url(../font/Lato_Bold.woff) format('woff');
}
@font-face {
  font-family: 'Lato_Black';
  font-weight: normal;
  src: local('Lato Black'), local('Lato_Black'), local('LatoBlack'), url(../font/Lato_Black.woff) format('woff');
}
@font-face {
  font-family: 'Play_Write';
  font-weight: normal;
  src: local('Play-Write'), local('Play Write'), local('Play_Write'), url(../font/PlaywriteUSModern-ExtraLight.woff2) format('woff2');
}
body {
  font-family: 'Poppins_Regular', sans-serif;
  font-size: 1rem;
  color: #242E3D;
  background-color: #fff;
  margin: 0;
}
h2, h4, h5, h6 {
  font-family: Lato_Regular;
}
h1 {
  font-size: 3.6rem;
  font-family: Lato_Black;
}
h2 {
  font-size: 2.7rem;
}
h3 {
  font-size: 2rem;
  font-family: Lato_Black;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.15rem;
}
h6 {
  font-size: 1.1rem;
}
a {
  color: #4285F4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b {
  font-family: 'Lato_Bold';
}

input,
textarea,
select {
  display: block;
  width: 100%;
  min-height: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  font-size: 1rem;
  padding: 8px 12px;
  background-color: white;
  box-sizing: border-box;
}
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  border-color: #949494;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	width: 20px;
  height: 20px;
	min-height: 20px;
	box-shadow: inset 0 0 0 1px #999, inset 0 0 0 3px white;
	border: none;
	border-radius: 3px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}
textarea {
  white-space: pre-line;
  min-height: 80px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background-color: #339933;
}
hr {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #ccc;
  margin: 6px 0;
  display: block;
  width: 100%;
}
.xx_font_14 {
  font-size: 0.85rem;
}

.xx_font_light {
  font-family: 'Lato_Light';
}

.xx_font_cursive {
  font-family: 'Play_Write';
}







