body {
    font-family: 'Manrope', sans-serif;
}

[x-cloak] {
    display: none !important;
}

.uppercase-input {
    text-transform: uppercase;
}

.currency-input {
    text-align: right;
}

button,
[role="button"] {
    cursor: pointer;
}

.table td,
.table th {
    vertical-align: middle;
}
