@font-face {
    font-family: 'Verb';
    src: url('./VerbMedium-webfont.woff') format('woff'),
    url('./VerbMedium-webfont.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'VerbBold';
    src: url('./VerbExtrabold-webfont.woff') format('woff'),
    url('./VerbExtrabold-webfont.woff2') format('woff2');
    font-weight: 700;
}

body {
    font-family: Verb, sans-serif;
    color: rgba(67, 67, 67, 1);
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    padding: 2em 0;
}

input, textarea {
    font-family: inherit;
    padding: .75rem;
}

input {

}


input[type="radio"] {
    accent-color: rgba(67, 67, 67, 1);
    width: 1.75rem;
    height: 1.25rem;
    margin-bottom: .25rem;
}

a {
    color: inherit;
}

*:focus-visible {
    outline: 2px solid rgba(67,67,67,.5);
    outline-offset: 1px;
}

.wrapper {
    max-width: 960px;
    margin: auto;
}

fieldset {
    margin: 1.75rem 0 ;
    border: 1px solid rgb(192, 192, 192, .75);
    padding-bottom: 1.5em;
}


legend {
    padding: .63em;
    font-family: VerbBold, sans-serif;

}

.boldlabel {
    font-family: VerbBold, sans-serif;
    display: block;
    margin-bottom: .33em;
    margin-top: 1.5em;
}

.boldlabel + textarea {
    width: 100%;
    box-sizing: border-box;
}


button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    margin: 2.5em 0;
    padding: 1rem;
    width: 100%;
    background: #434343;
    color: #fff;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
}
