/*
Theme Name: Armorall Theme
Theme URI: https://www.greenarrowconsultancy.com/
Author: Green Arrow Consultancy
Author URI: https://www.greenarrowconsultancy.com/
Description: A custom WordPress theme using Bootstrap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Armorall
*/

@font-face {
    font-family: 'Circular Std';
    src: url('./assets/fonts/CircularStd-Medium.woff2') format('woff2'),
         url('./assets/fonts/CircularStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.custom-toggler-icon {
    background: url('./assets/images/hamburger.png') no-repeat center center;
}
.custom-toggler-icon.expand {
    background: url('./assets/images/close.svg') no-repeat center center;
}
.description ul li:before {
    background-image: url('./assets/images/icon--tick--orange.svg');
}
.custom-toggler-icon {
    background: url('./assets/images/hamburger-light.png') no-repeat center center;
}
