body {
    margin: 0;
    padding: 0;
    font: 14px 'Wanted Sans', 'ITC Avant Garde Gothic Pro', sans-serif;
    color: inherit;
    line-height: 1.4;
}

a {
  color: inherit;
}

/**:not(.fr-view):not(.fr-view *) {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  font: 14px 'Wanted Sans', 'ITC Avant Garde Gothic Pro', sans-serif;*/
/*  color: inherit;*/
/*  line-height: 1.4*/
/*}*/

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

:root {
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
cursor: default;
line-height: 1.5;
overflow-wrap: break-word;
word-break: break-word;
tab-size: 4
}

html,
body {
height: 100%;
color: var(--color-default);
font-weight: 400;
}

img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}

span {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}

button {
background: none;
border: 0;
cursor: pointer;
  margin: 0;
  padding: 0;
}

a {
text-decoration: none
}

table {
border-collapse: collapse;
border-spacing: 0
}

ol,
ul,
li {
margin: 0;
padding: 0;
list-style: none;
}

h1,
h2,
h3,
h4 {
text-wrap: balance;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
-webkit-text-fill-color: inherit;
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-text-fill-color: inherit;
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
}


input, button, textarea, select {
  font: inherit;
  color: inherit;
}

p, h1, h2, h3, h4, h5, h6, figure, blockquote, dl, dd {
  margin: 0;
}
