@import './header.css';
@import './footer.css';
@import './drawer.css';
@import './dropdown.css';
@import './sections/section.css';

@font-face {
  font-family: "Alto Pro","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  src:  url('../fonts/AltoPro-Bold.ttf')  format('truetype'),
        url('../fonts/AltoPro-Normal.ttf')  format('truetype'),
        url('../fonts/quadraat-bold.ttf')  format('truetype');
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

* {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Alto Pro","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.app-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

button {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

a {
  color: inherit;
}

h1, h2, h3, h4, p {
  margin: 0;
}

.btn-disabled {
  background: #c0c0c0 !important;
  color: #776b6b !important;
  cursor: not-allowed;
}

.select2-results {
  color: #000000;
}

@media (max-width: 1350px) {
}

@media (max-width: 1180px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 500px) {
}