@font-face {
	font-family: "HyperlegibleSans";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/HyperlegibleSans-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "HyperlegibleSans";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/HyperlegibleSans-Bold.woff2") format("woff2");
}


body {
    font-family: "HyperlegibleSans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #292929;
    background-color: #f5f5f5;
}

.note {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 1rem 0;
    margin: 0.5rem 0 2rem 0;
}

form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
}

form button {
    padding: 8px 16px;
    background-color: #007bff;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#passwordDisplay {
    border: 1px solid #666;
    padding: 10px 24px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 4px;
}