@font-face { font-family: Roboto; font-weight: regular; src: url('/static/lib/fonts/Roboto-Regular.ttf');}
@font-face { font-family: Roboto; font-weight: bold; src: url('/static/lib/fonts/Roboto-Bold.ttf');}
@font-face { font-family: Poppins; font-weight: regular; src: url('/static/lib/fonts/Poppins-Regular.ttf');}
@font-face { font-family: Poppins; font-weight: bold; src: url('/static/lib/fonts/Poppins-Bold.ttf');}
@font-face { font-family: Syncopate; font-weight: regular; src: url('/static/lib/fonts/Syncopate-Regular.ttf');}
@font-face { font-family: Syncopate; font-weight: bold; src: url('/static/lib/fonts/Syncopate-Bold.ttf');}

.syncopate-regular {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.syncopate-bold {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*** Text for headings only ***/
.headingtext {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  /*text-color: black;*/
 }

.coretext {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
 
.basetext {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.copyrighttext {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0px;
  font-size: 0.85rem;
  margin: auto;
}

.footerlnktxt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0px;
  font-size: 0.85rem;
  margin: auto;
}

.footerlnktxt:hover {
    color: #519126
}

.footerlnktxt:disabled {
    color: #6c757d
}
