/* 
Theme Name:		 Handel Group FAQ
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;
}
.btn-pink,
.navbar-brand > :nth-child(odd) {
    color: #e5004b !important; /* Color for odd words */
}
.bg-pink {
    background: #e5004b !important;
}

.navbar-brand > :nth-child(even) {
    color: #ffffff; /* Color for even words */
}
.faq-item:before {
    font-family: bootstrap-icons !important;
    content: "\f2c6";
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.faq-item.collapsed:before {
    font-family: bootstrap-icons !important;
    content: "\f4d3";
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.faq-header {
    background-color: transparent !important;
    border: none !important;
}
.faq-container {
    border: none !important;
}