/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);


/*** There was an issue with this not rendering correctly so I have included it in the header manually by using include headers and footers. Not sure why it works there but not from here, as they are both being loaded in the header.***/
@font-face {
    font-family: 'no._seven_regularregular';
    src: url('/wp-content/themes/luxxecarwash/library/fonts/no._seven_regular-webfont.eot');
    src: url('/wp-content/themes/luxxecarwash/library/fonts/no._seven_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/luxxecarwash/library/fonts/no._seven_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/luxxecarwash/library/fonts/no._seven_regular-webfont.woff') format('woff'),
         url('/wp-content/themes/luxxecarwash/library/fonts/no._seven_regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/luxxecarwash/library/fonts/no._seven_regular-webfont.svg#no._seven_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}