html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > header {
  flex-shrink: 0;
}

body > .container,
body > .site-main-wrap,
body > .container-fluid.app-main {
  flex: 1 0 auto;
}

body.site-public .site-main-wrap {
  flex: 1 0 auto;
  width: 100%;
}

body.site-public .site-main {
  padding-bottom: 0;
}

body > .site-footer {
  flex-shrink: 0;
  width: 100%;
}
html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; 
    font-optical-sizing: auto;
}

.montserrat-ExtraLight{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}