html {
  scroll-behavior: smooth;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.wp-block-gallery {
  box-sizing: border-box;
}

div {
  position: relative;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

tr {
  border-bottom: 1px solid var(--secondary);
}

th,
td {
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  padding: 10px 5px;
}

form,
textarea,
input {
  box-sizing: border-box;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
}

textarea:focus,
input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}
