/*! Place your custom styles here */
/* lora-500 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lora-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v15-latin-600.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/lora-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v15-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-500italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/lora-v15-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v15-latin-600italic.svg#Lora') format('svg'); /* Legacy iOS */
}

body,.btn,.btn__text{
  font-family: 'Laura', serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'Laura', serif;
}

.bg--cover{
    background: #fff3f3!important;
}

.bg--main{
    background: #fffff4!important;
}

.bg--cta{
    background: #f0fff4!important;
}
.bg--shops{
    background: #ffffff !important;
}

.btn__text {
    color: #fffff4!important;
}

.bg--imprint{
    background: #edefff!important;
}




