/*
Theme Name: BWCET Old theme
Description: A Wordpress theme made for BWCET schools & customers
Version:: 1.0
Author: Mr S Errington
*/

:root {
    --bg-primary:#d9e9c3;
    --bg-secondary: #bfd4a2;

    --accent-primary: #00823b;
    --accent-secondary: #fbe356;
}


body {
    background-image: url("img/background.png");
}
.website-header {
    background-image: url("img/header.png");
}
.page-footer {
    background-image: url("img/footer.png");
}



