@import "theme";
@import "utils";
@import "elements";
// @import "animations";

body {
    background-color: $bg-primary;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: $light;
    margin: 0;
    margin-bottom: 0.4rem;
    padding: 0 !important;
    margin: 0 !important;
    .title-info,
    &.title-info {
        color: $text;
        background: $i-card;
        font-size: $f-xsm;
        padding: 0.4rem;
        border-radius: 4px;
        font-weight: 600;
    }
}

p {
    color: $text;
    font-size: $f-sm;
    margin: 0;
    padding: 0;
}

hr {
    border-color: $border;
}
