@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

a {
    text-decoration: none;
}

.toast-pos {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.button-content {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.875rem;
}