
/*
Theme Name:   Tour Website
Theme URI:    http://www.tourwebsite.co.uk/
Description:  Tour Website WordPress Theme.
Author:       Sussex Business Solutions
Author URI:   http://www.sussexbusiness.solutions/
Template:     tourwebsite
Version:      1.0.0
*/

/*
ASSETS
*/

/* Quicksand */
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

/* Permanent Marker */
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Font Awesome */
@import url('https://use.fontawesome.com/releases/v5.0.11/css/all.css');

/*
STYLESHEET
*/

/* Base */
@import url('style-base.css') screen;

/* Mobile */
@import url('style-mobile.css') screen and (max-width:767px);

/* Tablet */
@import url('style-tablet.css') screen and (min-width:768px) and (max-width:1365px);

/* Desktop */
@import url('style-desktop.css') screen and (min-width:1366px) and (max-width:1920px);

/* Desktop XL */
@import url('style-desktop-xl.css') screen and (min-width:1921px);

/* WP Admin Bar fix */
#wpadminbar
{ position:fixed !important; }
