@font-face {
    font-family: 'icons-blank-theme';
    src: url('/static/frontend/solid/default/nl_BE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('/static/frontend/solid/default/nl_BE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.sol-icon {
    font-family: 'icons-blank-theme';
    font-style: normal;
}

.sol-truck:before {
    content: '\e904';
}

.sol-location:before {
    content: '\e901';
}

.sol-endurance:before {
    content: '\e907';
}

.sol-tool:before {
    content: '\e908';
}

.sol-question-balloon:before {
    content: '\e910';
}

