/* SVG Icons */
@font-face {
    font-family: 'Mohamed Souissi Icons';
    src: url('/font/MohamedSouissiIcons5.ttf') format('truetype');
    font-display: block;
}
/* Rabbit */

.ms-rabbit, .ms-add-rabbit, .ms-took-rabbit, .ms-calendar-day, .ms-weight, .ms-weaning {
    font-family: 'Mohamed Souissi Icons';
    font-style: normal;
    font-size: 32px;
}

.ms-rabbit::after {
    content: "a";
}

.ms-add-rabbit::after {
    content: "b";
}

.ms-took-rabbit::after {
    content: "c";
}

.ms-calendar-day::after {
    content: "d";
}

.ms-weight::after {
    content: "e";
}

.ms-weaning::after {
    content: "f";
}