@import "_reset.css";
@import "_fullwidth.css";
@import "_default.css";
@import "_weather.css";
@import "_fancybox.css";

:root {
    --body-text-colour: black;
    --body-background-colour: white;
    --body-background-image: url("../images/styles/light/header-background.png");
    --body-background-size: 100% 100px;

    --switcher-img-width: 553px;
    --switcher-img-height: 85px;
    --switcher-mobile-width: 85px;
    --switcher-mobile-height: 85px;

    --link-colour: #074b68;
    --link-hover-colour: #801009;
    --link-glow-colour: 0px 0px 5px rgba(128, 16, 9, 0.5);

    --image-padding-colour: white;

    --body-font-stack: 18px / 36px Alegreya, Times, serif;
    --header-font: "IM Fell Great Primer SC", Times, serif;

    --weather-extremes-high-colour: #dc1b0f;
    --weather-extremes-low-colour: #0d8dc4;
}

@font-face {
    font-family: "Alegreya";
    src: url("../fonts/alegreya.woff2") format("woff2");
}

@font-face {
    font-family: "IM Fell Great Primer SC";
    src: url("../fonts/im_fell_great_primer_sc.woff2") format("woff2");
}



/*******************/
/*** PAGE HEADER ***/
/*******************/

/* Needed for the larger site logo to be centered vertically in the header */
header {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}



/****************************/
/*** GENERIC STYLING BITS ***/
/****************************/
.button-primary {
    color: #ffffff;
}



/*********************/
/*** GENERIC POSTS ***/
/*********************/
.post--icon {
    vertical-align: -0.25em;
}

.post--blog-post-link-icon {
    vertical-align: -0.2em;
}



/*********************/
/*** MOBILE TWEAKS ***/
/*********************/
@media screen and ( max-width: 600px ) {
    span#switcher {
        background-image: url("../images/styles/light/title-mobile.png") !important;
    }

    body {
        line-height: 175%;
    }
}
