@font-face {
font-family: 'Libre Barcode 128';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/librebarcode128/v16/cIfnMbdUsUoiW3O_hVviCwVjuLtXeK_H9AI.woff2) format('woff2'),
url(https://fonts.gstatic.com/s/librebarcode128/v16/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_D.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Share Tech Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/sharetechmono/v10/J7aHnp1uDWRBEqV98dVQztYldFcLowEF.woff2) format('woff2'),
url(https://fonts.gstatic.com/s/sharetechmono/v10/J7aHnp1uDWRBEqV98dVQztYldFc7pw.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Cafe24Ohsquare';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.dj-warning {
display: flex;
flex-direction: row;
overflow: hidden;
}
.dj-warning p {
margin: 0;
}
.dj-warning .logo,
.dj-warning .logo img {
width: 10rem;
height: auto;
}
.dj-warning .message {
width: calc(100% - 10rem);
height: 10rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.dj-warning .title {
margin-bottom: 5px;
border-bottom: 5px solid black;
font-family: 'Cafe24Ohsquare', sans-serif;
font-size: 2rem;
}
.dj-warning .content {
background: #e0e0e0;
font-style: italic;
font-weight: bold;
}
.dj-warning .footer {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.dj-warning .barcode {
font-family: 'Libre Barcode 128', monospace;
font-size: 2.5rem;
}
.dj-warning .hash {
font-family: 'Share Tech Mono', monospace;
font-weight: bold;
}
.dj-warning .hash .value {
color: #009f6b;
}