﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.gap-6 {
    gap: 0.5rem !important;
}

.form-input {
    border-color: #000000 !important;
}

.bg-white {
    --bg-opacity: 0.4 !important;
}

/*.custome-background-color {
    background-color: #EAEFE9;
}*/

@font-face {
    font-family: 'Peinaud Medium';
    src: url('../lib/Peinaud Medium.ttf') format('truetype');
}

.special-tag {
    font-family: 'Peinaud Medium', sans-serif; /* Fallback font */
}

/*body {
    font-family: 'Peinaud Medium', sans-serif;*/ /* Fallback font */
/*}*/
