@font-face {
  font-family: "lcwaikikiregular";
  src: url("../Fonts/lcwaikiki-webfont.eot?v3");
  src: url("../Fonts/lcwaikiki-webfont.eot?#iefix&v3") format("embedded-opentype"), url("../Fonts/lcwaikiki-webfont.ttf?v3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
    font-family: 'Nunito', 'Noto Sans', sans-serif !important;
}

html {
  overflow-x: initial;
}

body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-wrapper {
  position: relative;
  transition: transform 0.25s;
  background-color: #fff;
}

p {
  margin-bottom: 1.5rem;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button:focus {
  outline: none;
}
