:root {
    --accent: #e50e0e;
}

@font-face {
    font-family: "OpenSansLight";
    src: url("/fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "OpenSans";
    src: url("/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("/fonts/GOTHAM-BOLD.TTF");
}

@font-face {
    font-family: "Gotham-Book";
    src: url("/fonts/Gotham-Book.otf");
}

html,
body {
    overscroll-behavior: none;
}

body {
    font-family: "Gotham-Book";
    margin: 0;
}

a {
    text-decoration: none;
}

h1,
h2 {
    font-family: "Gotham-Bold";
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: var(--text-light);
}

.text-danger {
    color: var(--red-light);
}

input {
    width: 100%;
}

.container {
    padding: 1rem;
}

body,
html,
#root {
    /* height: 100%; */
    margin: 0;
    padding: 0;
    font-family: "Gotham-Book", sans-serif;
}

.scan-result {
    margin-top: 10px;
    word-wrap: break-word;
    font-size: 1rem;
}
