
body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    min-height: 100vh;
}

/* BORDER */
.uk-card.uk-border-rounded{
    border-radius: 10px !important;
}

.uk-alert.uk-border-rounded{
    border-radius: 10px !important;
}

.uk-placeholder.uk-border-rounded{
    border-radius: 15px !important;
}

.uk-input.uk-border-rounded,
.field.uk-border-rounded > input{
    border-radius: 7px !important;;
}

.uk-button.uk-border-rounded,
.ui.button.uk-border-rounded{
    border-radius: 7px !important;
}

/* LINK */
a{
    color: initial;
    font-weight: 500;
}

a:hover{
    color: var(--bb-accent-color);
}