/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Passion+One|Josefin+Sans|Jost|Rock+Salt|Jost|Acme|Lobster|Patua+One|Rubik|Sniglet|Rajdhani&display=swap');

@viewport {
    width: device-width;
}

* {
    box-sizing: border-box;
}

:root {

    /*GLOBAL*/
    --light-black: #2e2c2caf;
    --brand-colour: #003189;
    --primary-colour: #003189;
    --secondary-colour: white;

    /*HEADER*/
    --header-background: #f1a905;
    --navlink-colour: #003189;

    /*FOOTER*/
    --footer-background: #003189;
    --footer-text: white;

    /*HOME*/
    --section-zero-bg: linear-gradient(to bottom, #f1a905, #003189);
    --section-one-bg: linear-gradient(to bottom, #003189, #f1a905);
    --section-two-bg: white;
    --section-three-bg: linear-gradient(to bottom, #f1a905, #003189);

    /*FONTS*/
    --Snigle-font: "Sniglet", cursive;
    --Rubik: "Rubik", cursive;
    --Patua: "Patua One", cursive;
    --Lobster: "Lobster", cursive;
    --Acme: "Acme", cursive;
    --Raj: "Rajdhani", sans-serif;
    --Jost: "Jost", sans-serif;
    --Josefin: "Josefin Sans", sans-serif;
    --Rock: "Rock Salt", sans-serif;
}