﻿@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

h3 {
    font-family: 'PoppinsSemiBold', sans-serif;
    font-weight: 600; /* Semi-bold weight */
}
.bg-danger {
    background-color: #b90f16 !important;
}