/* 
Theme Name:		 Handel Group Helpdesk
Theme URI:		 https://espcolour.co.uk/
Description:	 Handel Group Helpdesk is a child theme of Handel Group, created by ESP Colour
Author:			 ESP Colour
Author URI:		 https://espcolour.co.uk/
Template:		 handel-group
Version:		 1.0.0
Text Domain:	 handel-group-helpdesk
*/


/*
    Add your custom styles here
*/

@font-face {
    font-family: 'Syncopate';
    src: url('fonts/Syncopate-Bold.woff2') format('woff2'),
    url('fonts/Syncopate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syncopate';
    src: url('fonts/Syncopate-Regular.woff2') format('woff2'),
    url('fonts/Syncopate-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.navbar-brand {
    font-family: "Syncopate", sans-serif;
    font-weight: 900;
}

.navbar-brand > :nth-child(odd) {
    color: #e5004b; /* Color for odd words */
}

.navbar-brand > :nth-child(even) {
    color: #ffffff; /* Color for even words */
}