@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 500;
}


@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Black.ttf") format("truetype");
    font-weight: 700;
}
  
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
  
* {
    box-sizing: border-box;
    font-family: "Gilroy";
    z-index: 1;
    color: #424746
}
.nav-style{
    border-radius: 16px;
}

.jumbotron{
    border-radius: 16px !important;
    padding: 0px;
    background-color: transparent;
}

.btn{
    border-radius: 10px !important;
}

.btn-primary:focus{
    color: #498155 !important;
}

.alert-info{
    background-color: #DDEAE0;
    border: #549462;
}

.btn-primary{
    color: #549462;
    background-color: transparent ;
    border-color: #549462;
}

.btn-primary:hover{
    color: white ;
    background-color: #549462 ;
    border-color: #549462;
}

.btn-primary:active{
    color: white !important;
    background-color: #487c53 !important;
    border-color: #487c53 !important;
}

.home-logo{
    width: 150px;
}

.base-title{
    font-size: 24pt;
    font-weight: 600;  
    color: #549462;
    margin: 0;
}

.profile-title{
    font-size: 24pt;
    font-weight: 500;  
}

.profile-subtitle{
    margin: 0;
    font-size: 22pt;
    font-weight: 500;  
}

.profile-subtitle-green{
    font-size: 22pt;
    font-weight: 500;
    color: #549462;
}

.profile-light-green-box{
    background-color: #EEF5F0;
    padding: 16px;
    border-radius: 14px;
    margin: 0;
}

.profile-green-box{
    background-color: #DDEAE0;
    padding: 16px;
    border-radius: 14px;
    margin: 0;
}

.login-green-box{
    border: 2px solid #549462 !important;
    border-radius: 14px;
    margin: 0;
}

.green{
    color: #549462;
}

.green:hover{
    color: #549462;
}

.bold{
    font-weight: 600;
}

.profile-label{
    opacity: 0.8;
    margin: 0;
}

.profile-text{
    margin-bottom: 10px;
}
