/*
Theme Name: Carzana Interiors
Theme URI: https://carzanainteriors.co.uk/wp-content/themes/carzana-interiors
Author: Louis Feather
Author URI: https://theyetinet.co.uk/
Description: The WordPress theme for the Carzana Interiors Website.
Version: 1.0
*/

/*Import Bootstrap Framework, Font-Awesome, Google Fonts and Custom Stylesheets*/

/*Google Fonts - Nunito Sans (400 - Bold, 70 - Regular)*/
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700);
/*Minified Font Awesome Icons*/
@import url('bower_components/font-awesome/css/font-awesome.css');
/*Minified Bootstrap 3 Framework*/
@import url('bower_components/bootstrap/dist/css/bootstrap.min.css');
/*Carzana Interiors Custom Stylesheet*/
@import url('assets/css/carzana-interiors-styles.css');
/*Lightbox*/
@import url('bower_components/lightbox2/src/css/lightbox.css');

/*
    Do NOT add custom styles to this file. Add custom styles and Bootstrap Frameworks override's to "assets/css/carzana-interiors-styles.css".
    If you want/need to add another stylesheet, import it via this file in the same format as the above.
 */