body, html {
  background-image: url('/media/lv/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'OpenSans-Regular', serif !important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'OpenSans-Regular', serif !important;
  color: #CAA26B !important;
}

p,
span,
input,
label {
  font-family: 'OpenSans-Regular', serif !important;
}

.main-layout h1 {
  color: #CAA26B !important;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}