/* Add here all your css styles (customizations) */
/*   Image BG for Products  */
.breadcrumbs-v3.img-v4 {
  background: url(../products/1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v5 {
  background: url(../products/2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}


/* Your local CSS File */
@font-face {
    font-family: 'SinkinSans-300Light';
    font-style: normal;
    font-weight: 500;
    src: local('SinkinSans-300Light'), url(/fonts/SinkinSans-300Light.otf) format('truetype');
}

@font-face {
    font-family: 'FrutigerLTPro-Light';
    font-style: normal;
    font-weight: 500;
    src: local('FrutigerLTPro-Light'), url(/fonts/FrutigerLTPro-Light.otf) format('truetype');
}

* {
	font-family: 'FrutigerLTPro-Light', sans-serif;
}

h1 {
    font-family: 'FrutigerLTPro-Light', sans-serif;
}

h2 {
    font-family: 'FrutigerLTPro-Light', sans-serif;
}

h3 {
    font-family: 'FrutigerLTPro-Light', sans-serif;
}

h4 {
    font-family: 'FrutigerLTPro-Light', sans-serif;
}

h5 {
    font-family: 'FrutigerLTPro-Light', sans-serif;
}

p {
    font-family: 'FrutigerLTPro-Light', sans-serif;
}
