* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}

body {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Coco Sharp", sans-serif;
  font-style: normal;
}
.public-error-notice,.bad-request{
    text-align:center;
    color:red;
    margin-bottom:20px;
}
.success-message{
    text-align:center;
    color:green;
    margin-bottom:20px;
}
:root {
  --isabelline: #f1f4ee;
  --eirie-black: #181818;
  --black: #000;
  --dark-gunmetal: #212529;

  --white: #fff;
  --sea-green: #318760;
  --sap-green: #518e20;
  --dark-gunmetal: #1f2533;
  --alabaster: #f1ebe2;
  --charcoal: #333a4a;
}
.no-scroll {
  overflow: hidden;
}


.sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}