 /**
 * 'The Parent Class' Theme styles
 */ 
:root {
    /**
     * Media breakpoints
     */ 
    --breakpoint-tablet: 479px;
    --breakpoint-desktop: 981px;

    /**
     * Fonts
     */ 
    --font-family-karla: 'Karla', Helvetica, Arial, Lucida, sans-serif;
    --font-family-fontawesome: 'FontAwesome';
    --font-family-crimson: 'Crimson Text', Georgia, "Times New Roman", serif;
    --font-family-open-sans: 'Open Sans', Arial, sans-serif;
    --font-family-etmodules: 'ETmodules';
    --font-family-brandon-grotesque: 'brandon-grotesque', sans-serif;

    /**
     * Theme colours
     */ 
    --theme-colour-blue-1: #00364f;
    --theme-colour-blue-2: #0075ff;
    --theme-colour-blue-3: #7582d0;
    --theme-colour-pink-1: #d36d79;
    --theme-colour-black-1: #000000;
    --theme-colour-grey-1: #474646;
    --theme-colour-grey-2: #C3C2C2;
    --theme-colour-grey-3: #ababab;
    --theme-colour-grey-4: #bbbbbb;
    --theme-colour-grey-5: #666666;
    --theme-colour-white-1: #ffffff;
    --theme-colour-white-2: #e6e6e6;
    --theme-colour-white-3: #f4f4f7;
    --theme-colour-beige-1: #f4e1de;
    --theme-colour-gold-1: #a26737;
    --theme-colour-yellow-1: #f2d300;
}
