@charset "UTF-8";
@font-face {
  font-family: "Brown";
  src: url("/_shared/fonts/brown.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Bold";
  src: url("/_shared/fonts/brown-bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/_shared/fonts/roboto.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: white;
  color: #1D334A;
  margin: auto;
  font-family: "Roboto", "sans-serif";
  padding-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #1D334A;
  font-family: "Brown", "sans-serif";
}

a {
  color: #1D334A;
}
a:hover {
  color: #4F8BC9;
}

section header {
  font-family: "Brown-Bold", "sans-serif";
  font-size: 4em;
}
section header::before {
  content: "[";
  font-size: 1.5em;
  color: #FFB212;
  font-weight: bolder;
}
section header::after {
  content: "]";
  font-size: 1.5em;
  color: #FFB212;
  font-weight: bolder;
}

code {
  font-size: 15px;
}

ul {
  list-style: none;
}
ul li::before {
  content: "•";
  color: #4F8BC9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul li a {
  text-decoration: none;
  color: #9EC2E5;
}

button {
  background-color: #FFB212;
  color: #1D334A;
  font-weight: bolder;
  font-size: 0.9em;
  border: none;
  border-radius: 20px;
  padding-left: 2.2em;
  padding-right: 2.2em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

label {
  font-size: 1em;
  font-weight: bold;
  padding-right: 1.5em;
}

input {
  border-radius: 4px;
  border-color: #FFB212;
  border-style: solid;
  padding: 0.5em;
  color: #1D334A;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  text-align: left;
  font-size: 1.2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.2em;
  text-transform: capitalize;
  border-bottom: 1px solid #1D334A;
}
table td {
  text-align: left;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
table tbody tr:hover {
  background-color: #D4E7FA;
}

section {
  margin-bottom: 4em;
}

/*# sourceMappingURL=winc-base.css.map */
