@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300");

.text-small {
  font-size: 0.9rem !important;
}

.custom-btn {
    text-decoration: none;
    background-color: #97c800;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.custom-btn:hover{
    text-decoration: none;
    background-color: #646464;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}




input[type=file]::file-selector-button {
  text-decoration: none;
    background-color: #97c800;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

input[type=file]::file-selector-button:hover {
  text-decoration: none;
    background-color: #646464;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}




body {
    /*min-height: 110vh;*/
    background-color: #f6f6f6;
    
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 15px;
    color: #646464;
    line-height: 19px;
}


h1 {
font-family: "Montserrat";
font-weight: 100;
font-size: 70px;
color: #96c800;
line-height: 75px;
}

h2 {
font-family: "Montserrat";
font-weight: 100;
font-size: 56px;
color: #646464;
line-height: 60px;
}

h3 {
font-family: "Montserrat";
font-weight: 200;
font-size: 42px;
color: #96c800;
line-height: 45px;
}

h4 {
font-family: "Montserrat";
font-weight: 200;
font-size: 28px;
color: #646464;
line-height: 30px;
}

h5 {
font-family: "Montserrat";
font-weight: 300;
font-size: 24px;
color: #96c800;
line-height: 26px;
}

h6 {
font-family: "Montserrat";
font-weight: 300;
font-size: 20px;
color: #646464;
line-height: 22px;
}

p {
font-family: "Montserrat";
font-weight: 300;
font-size: 15px;
color: #646464;
line-height: 19px;
}
li {
font-family: "Montserrat";
font-weight: 300;
font-size: 15px;
color: #646464;
line-height: 19px;
margin-bottom: 10px;
}
