/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/user/delete.css ***!
  \***********************************************************************/
@font-face {
    font-family: Strasua;
    src: url(9c0dfd34eb3e9293123e.woff);
}

body {
    font-family: system-ui,sans-serif;
    background-color: rgb(241, 252, 255);
}
h1 {
    font-family: Strasua,sans-serif;
}
.action-box {
    background-color: rgb(201, 242, 243);
    border-color: rgb(146, 173, 201);
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    padding: 16px 50px;
    min-width: fit-content;
}
.highlight {
    border-width: 1px;
    border-radius: 0.25em;
    border-color: rgb(192, 200, 201);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    padding: 0.5rem 1rem;
}
