@font-face {
    font-family: 'Matter';
    src:  url('../fonts/matter/MatterSQTRIAL-Regular.woff2') format('woff2'),
          url('../fonts/matter/MatterSQTRIAL-Regular.woff') format('woff');
}
@font-face {
font-family: 'Teodor';
    src:  url('../fonts/teodor/TeodorTRIAL-Regular.woff2') format('woff2'),
          url('../fonts/teodor/TeodorTRIAL-Regular.woff') format('woff');
}
body {
    background-color: #ffffff;
    font-family: 'Matter';
    background: linear-gradient(to bottom, #E5DEEA, #FDF9F2);
}

.btn {
	text-transform: none
}

.navbar {
	box-shadow:none;
}

.text-color-1 {
	color:#000000;
}

.teodor {
	font-family:'Teodor';
}

.img-max {
  max-width: 300px;
  width:100%;
}

.btn-1 {
	box-shadow:none !important;
}

@media only screen and (max-width: 600px) {
	.font-size-1 {
		font-size:8px;
	}
}
