@font-face {
  font-family: 'FontAwesome';
  font-display:swap;
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Roboto';
  font-display:swap;
  font-style:normal;
  font-weight:300;
  src:local('Roboto Light'), local('Roboto-Light');
  src:url('../fonts/Roboto-Light.woff2') format('woff2');
  src:url('../fonts/Roboto-Light.eot');
  src:url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#fontawesomeregular') format('svg');
}
@font-face {
  font-family:'Roboto';
  font-display:swap;
  font-style:normal;
  font-weight:400;
  src:local('Roboto'), local('Roboto-Regular');
  src:url('../fonts/Roboto-Regular.woff2') format('woff2');
  src:url('../fonts/Roboto-Regular.eot');
  src:url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');
}
@font-face {
  font-family:'Roboto';
  font-display:swap;
  font-style:normal;
  font-weight:700;
  src:local('Roboto Bold'), local('Roboto-Bold');
  src:url('../fonts/Roboto-Bold.woff2') format('woff2');
  src:url('../fonts/Roboto-Bold.eot');
  src:url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#fontawesomeregular') format('svg');
}

@font-face {
    font-family: 'Caviar Dreams';
	font-display:swap;
    src: url('../fonts/CaviarDreams-Italic.eot');
    src: local('Caviar Dreams Italic'), local('CaviarDreams-Italic'),
        url('../fonts/CaviarDreams-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams-Italic.woff2') format('woff2'),
        url('../fonts/CaviarDreams-Italic.woff') format('woff'),
        url('../fonts/CaviarDreams-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Caviar Dreams';
	font-display:swap;
    src: url('../fonts/CaviarDreams.eot');
    src: local('Caviar Dreams'), local('CaviarDreams'),
        url('../fonts/CaviarDreams.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams.woff2') format('woff2'),
        url('../fonts/CaviarDreams.woff') format('woff'),
        url('../fonts/CaviarDreams.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams';
	font-display:swap;
    src: url('../fonts/CaviarDreams-Bold.eot');
    src: local('Caviar Dreams Bold'), local('CaviarDreams-Bold'),
        url('../fonts/CaviarDreams-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('../fonts/CaviarDreams-Bold.woff') format('woff'),
        url('../fonts/CaviarDreams-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams';
	font-display:swap;
    src: url('../fonts/CaviarDreams-BoldItalic.eot');
    src: local('Caviar Dreams Bold Italic'), local('CaviarDreams-BoldItalic'),
        url('../fonts/CaviarDreams-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CaviarDreams-BoldItalic.woff2') format('woff2'),
        url('../fonts/CaviarDreams-BoldItalic.woff') format('woff'),
        url('../fonts/CaviarDreams-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

* {
	font-family:'Caviar Dreams','Roboto', sans-serif, Arial, Verdana, Geneva, Helvetica;
	line-height: normal;
}

strong, b {font-weight: bold;}

h1 {font-size: 1.5em; margin: 0 0 0.5em 0;}
h2 {font-size: 1.25em; margin: 0 0 0.5em 0;}
h3 {font-size: 1.125em; margin: 0 0 0.5em 0;}
p {margin:0 0 0.5em 0;}

@media only screen and (max-width: 1024px){
	.heading-title h1 {padding-left:0.5em;}
}
