@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;800&display=swap');

:root {
    --color-primary: rgba(169, 22, 37, 1);
    --primary: rgba(169, 22, 37, 0.4);
    --color-black: rgba(0, 0, 0, 1);
    --color-white: rgba(250, 250, 250, 1);
}

body{
    font-family: 'Montserrat', sans-serif;
}
.container--fluid {
    max-width: 1440px !important;
    margin: 0 auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.theme--light.v-btn{
    font-family: 'Montserrat', sans-serif;
}
.theme--light.v-btn.btn-primary{

    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    font-size: 14px;
    font-weight: 600;
}
.v-toolbar__image,
.v-toolbar__image .v-image{
    display: none;
}
.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined),
.v-card.v-sheet{
    background-color: rgba(250, 250, 250, 1);
    color:rgba(169, 22, 37, 1) ;
    font-weight: 600;
}
.v-card .v-card__title{
    padding: 3rem;
}
.v-card .v-card__title h1{
    color: rgba(169, 22, 37, 1);
    font-weight: 600;
    text-align: center;

}
.v-toolbar__content,
.v-toolbar__extension{
    justify-content: center;
}
.v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title{
    padding: 1.5rem;
}

.v-list-item__prepend>.v-avatar{
    margin-inline-end: 16px;
}
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
    --v-avatar-height: 24px;
}
.v-list-item{
    min-height: 56px;
}
.v-list-item__content{
    padding: 0;
}
.v-application--is-ltr .v-list-item__avatar:first-child{
    border: 1px solid #2196f3;;
}
.v-navigation-drawer--mini-variant .v-list-item>:first-child{
    background-color: transparent;
        border: 1px solid transparent;
}
.theme--light.v-timeline:before {
    background: none;
}