/* ========================== STYLES ============================== */

/* ============================== COLOURS AND CONSTANTS ======================== */
@import url(style.color.css);

/* ============================== FONTS ======================================== */
@import url("style.fonts.css");

/* ============================== DEFAULTS ===================================== */
@import url("style.defaults.css");

/* ============================== STYLES ======================================= */
/*
@import url(style.960plus.css) screen and (min-width:960pt);
@import url(style.960.css) screen and (min-width:768pt) and (max-width:960pt);
@import url(style.768.css) screen and (min-width:600pt) and (max-width:768pt);
@import url(style.600.css) screen and (min-width:480pt) and (max-width:600pt);
*/



@import url("style.000-360.css") screen and (max-width: 360pt);                        /*  000px  480px */
@import url("style.360-480.css") screen and (min-width: 360pt) and (max-width: 480pt); /*  480px  640px */
@import url("style.480-600.css") screen and (min-width: 480pt) and (max-width: 600pt); /*  640px  800px */
@import url("style.600-960.css") screen and (min-width: 600pt) and (max-width: 960pt); /*  800px 1280px */
@import url("style.960plus.css") screen and (min-width: 960pt);                        /* 1280px +      */

@import url("style.wp.css");