/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Open+Sans:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

html {
  position: relative;
  min-height: 100%;
}

body {
  max-width: 1500px;
  margin: 0 auto !important;
  float: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 60px !important;
}

.font-bold {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.app-catagories {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.alert{
  display: none;
  max-width: 350px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
