@font-face {
  font-family: 'Bradford LL';
  src: local('Bradford LL'), url('../fonts/BradfordLLWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bradford LL Italic';
  src: local('Bradford LL'), url('../fonts/BradfordLLWeb-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Denim;
  src: local('Denim'), url('../fonts/Denim-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Denim Semibold';
  src: local('Denim'), url('../fonts/Denim-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: 'Denim SemiBold', 'DM Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
}

#root {
  min-height: 100vh;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: 'Bradford LL', 'STIX Two Text', 'Times New Roman', serif;
}

p {
  line-height: 1.5rem;
}

input,
textarea {
  font-family: inherit;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid black;
  display: block;
}
input {
  padding: 0.5rem 0.25rem;
}
textarea {
  padding: 0.25rem;
}
label {
  padding-bottom: 0.5rem;
  display: block;
}
select {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid black;
  width: 100%;
  height: 3.3rem;
  background: #fff;
  padding: 0.5rem 0.25rem;
  cursor: pointer;
  font-size: 16px;
}
